Fix building with the HEAD
authorIan Lynagh <igloo@earth.li>
Wed, 20 May 2009 20:25:32 +0000 (20:25 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 20 May 2009 20:25:32 +0000 (20:25 +0000)
utils/genprimopcode/Lexer.x
utils/genprimopcode/Parser.y

index ac1ea95..520d1e1 100644 (file)
@@ -1,6 +1,6 @@
 
 {
-{-# OPTIONS -w #-}
+{-# OPTIONS -w -Wwarn #-}
 -- 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
index 6f1aed1..7ebe2a8 100644 (file)
@@ -1,6 +1,6 @@
 
 {
-{-# OPTIONS -w #-}
+{-# OPTIONS -w -Wwarn #-}
 -- 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