Hide warnings from alex/happy sources
authorIan Lynagh <igloo@earth.li>
Thu, 14 May 2009 00:54:50 +0000 (00:54 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 14 May 2009 00:54:50 +0000 (00:54 +0000)
compiler/cmm/CmmLex.x
compiler/cmm/CmmParse.y
compiler/parser/HaddockLex.x
compiler/parser/HaddockParse.y
compiler/parser/Lexer.x
compiler/parser/Parser.y.pp
compiler/parser/ParserCore.y

index 7724565..22741f8 100644 (file)
@@ -11,7 +11,7 @@
 -----------------------------------------------------------------------------
 
 {
-{-# 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
index 9df499e..3469efe 100644 (file)
@@ -7,7 +7,7 @@
 -----------------------------------------------------------------------------
 
 {
-{-# 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
index 6399bee..d5e40f2 100644 (file)
@@ -7,7 +7,7 @@
 --
 
 {
-{-# 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
index ca2675f..8a46bea 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
index 5fa2768..f60b652 100644 (file)
@@ -32,7 +32,7 @@
 --       qualified varids.
 
 {
-{-# 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
index d5314e4..a8eb1f7 100644 (file)
@@ -8,7 +8,7 @@
 -- ---------------------------------------------------------------------------
 
 {
-{-# 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
index 49f70e4..be16c36 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