X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fparser%2FHaddockParse.y;h=c0f64d45ad26451a749a0b01d94fb3127acffe0f;hb=a4005d2d0c18ffa72ba7bd0fa052666e70e8c16e;hp=ca2675f8df7c568c9fbf0b235207381c99171e1d;hpb=831a35dd00faff195cf938659c2dd736192b865f;p=ghc-hetmet.git diff --git a/compiler/parser/HaddockParse.y b/compiler/parser/HaddockParse.y index ca2675f..c0f64d4 100644 --- a/compiler/parser/HaddockParse.y +++ b/compiler/parser/HaddockParse.y @@ -1,5 +1,5 @@ { -{-# OPTIONS -Wwarn #-} +{-# OPTIONS -Wwarn -w #-} -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See @@ -17,6 +17,8 @@ import HsSyn import RdrName } +%expect 0 + %tokentype { Token } %token '/' { TokSpecial '/' }