cvs commit: fptools/ghc/rts Linker.c Stable.c
Sven Panne
panne at haskell.org
Sun Aug 22 11:50:43 EDT 2004
panne 2004/08/22 08:50:43 PDT
Modified files:
ghc/rts Linker.c Stable.c
Log:
Removed a few "use of cast expressions as lvalues is deprecated"
warnings. Note that gcc is really pedantic nowadays, so we have to go
via a temporary to avoid "cast does not match function type" warnings.
Revision Changes Path
1.153 +6 -2 fptools/ghc/rts/Linker.c
1.29 +6 -4 fptools/ghc/rts/Stable.c
More information about the Cvs-ghc
mailing list