Hi all,

I've enabled some more GCC warnings now. There's still few more I'd like 
to enable at some point:

   -Wstack-protector
   -Wstrict-aliasing=3
   -Wswitch-default
   -Wswitch-enum
   -Wpacked
   -Wshadow
   -Wbad-function-cast

Unfortunately all of them make bugs in Jato code visible so we can't 
enable them until bugs are fixed. The -Wbad-function-cast and -Wshadow 
seem to be the most problematic ones. -Wstack-protector doesn't like 
variable length arrays and the -Wswitch ones dread monoburg-generated code.

Anyway, in case someone is interested, I'm more than happy to take 
patches that fix issues shown by the above warnings.

                        Pekka

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to