diff options
author | simonpj@microsoft.com <unknown> | 2009-10-29 11:55:39 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2009-10-29 11:55:39 +0000 |
commit | 016f155090557cd63f377b3ced95453bffd87d60 (patch) | |
tree | cc3a83a8562c98aa6f901dc71f611eaf93df796e /compiler/cmm | |
parent | 2d7794dcb47f8d157d284912dbff3f65dedc0a2b (diff) | |
download | haskell-016f155090557cd63f377b3ced95453bffd87d60.tar.gz |
Comments only
Diffstat (limited to 'compiler/cmm')
-rw-r--r-- | compiler/cmm/CmmLex.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmm/CmmLex.x b/compiler/cmm/CmmLex.x index 22741f8646..d4aca1821a 100644 --- a/compiler/cmm/CmmLex.x +++ b/compiler/cmm/CmmLex.x @@ -12,7 +12,7 @@ { {-# OPTIONS -Wwarn -w #-} --- The above warning supression flag is a temporary kludge. +-- The above -Wwarn 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 -- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings |