Put "%expect 0" directives in the .y files
[ghc-hetmet.git] / compiler / parser / ParserCore.y
index 49f70e4..bf95946 100644 (file)
@@ -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
@@ -37,6 +37,7 @@ import Unique
 }
 
 %name parseCore
+%expect 0
 %tokentype { Token }
 
 %token