Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
24d49415
Commit
24d49415
authored
May 14, 2009
by
Ian Lynagh
Browse files
Hide warnings from alex/happy sources
parent
6686da2c
Changes
7
Hide whitespace changes
Inline
Side-by-side
compiler/cmm/CmmLex.x
View file @
24d49415
...
...
@@ -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
...
...
compiler/cmm/CmmParse.y
View file @
24d49415
...
...
@@ -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
...
...
compiler/parser/HaddockLex.x
View file @
24d49415
...
...
@@ -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
...
...
compiler/parser/HaddockParse.y
View file @
24d49415
{
{-# 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
...
...
compiler/parser/Lexer.x
View file @
24d49415
...
...
@@ -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
...
...
compiler/parser/Parser.y.pp
View file @
24d49415
...
...
@@ -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
...
...
compiler/parser/ParserCore.y
View file @
24d49415
{
{-# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment