From: Ian Lynagh Date: Wed, 20 May 2009 20:25:32 +0000 (+0000) Subject: Fix building with the HEAD X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed7732f91603a1e2169599c4046ce3f6bc208da0;p=ghc-hetmet.git Fix building with the HEAD --- diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x index ac1ea95..520d1e1 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 6f1aed1..7ebe2a8 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