summaryrefslogtreecommitdiff
path: root/utils/genprimopcode
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-20 20:25:32 +0000
committerIan Lynagh <igloo@earth.li>2009-05-20 20:25:32 +0000
commited7732f91603a1e2169599c4046ce3f6bc208da0 (patch)
tree62fae9f25aae3006ff790312707bdd1254ee9d59 /utils/genprimopcode
parentba6184e08d80c98a99211bdc258512ade57ff10b (diff)
downloadhaskell-ed7732f91603a1e2169599c4046ce3f6bc208da0.tar.gz
Fix building with the HEAD
Diffstat (limited to 'utils/genprimopcode')
-rw-r--r--utils/genprimopcode/Lexer.x2
-rw-r--r--utils/genprimopcode/Parser.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x
index ac1ea95ce7..520d1e1742 100644
--- a/utils/genprimopcode/Lexer.x
+++ b/utils/genprimopcode/Lexer.x
@@ -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
diff --git a/utils/genprimopcode/Parser.y b/utils/genprimopcode/Parser.y
index 6f1aed1a54..7ebe2a8ae3 100644
--- a/utils/genprimopcode/Parser.y
+++ b/utils/genprimopcode/Parser.y
@@ -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