From ed7732f91603a1e2169599c4046ce3f6bc208da0 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 20 May 2009 20:25:32 +0000 Subject: [PATCH] Fix building with the HEAD --- utils/genprimopcode/Lexer.x | 2 +- utils/genprimopcode/Parser.y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4