patch applied (c2hs): Fix a load of warnings
Sat Jan 24 10:04:59 PST 2009 Duncan Coutts <duncan@haskell.org> * Fix a load of warnings Not yet -Wall clean, we sill having to supress warnings about name shadowing and incomplete pattern matching. M ./c2hs.cabal +3 M ./src/C2HS/C.hs -1 M ./src/C2HS/C/Builtin.hs -1 M ./src/C2HS/C/Names.hs -7 +7 M ./src/C2HS/C/Trav.hs -3 +2 M ./src/C2HS/CHS.hs -32 +8 M ./src/C2HS/CHS/Lexer.hs -2 +1 M ./src/C2HS/Gen/Bind.hs -60 +61 M ./src/C2HS/Gen/Header.hs -6 +6 M ./src/C2HS/Gen/Monad.hs -3 +1 M ./src/C2HS/Version.hs -1 +4 M ./src/Control/State.hs -6 +4 M ./src/Control/StateTrans.hs -2 +2 M ./src/Data/Attributes.hs -10 +10 M ./src/Data/NameSpaces.hs -2 +2 M ./src/Main.hs -22 +13 M ./src/System/CIO.hs -1 M ./src/Text/Lexers.hs -11 +5 View patch online: http://darcs.haskell.org/c2hs/_darcs/patches/20090124180459-adfee-8b65ae27b8...
participants (1)
-
Duncan Coutts