On Fri, Jun 09, 2006 at 01:15:23PM -0600, Mark Shellenbaum wrote:
> 
> We are compiling this will both the Sun Compilers and gcc 3.4.3
> We use a tool "cw" compiler wrapper to translate Sun Compiler options 
> into gcc options.
> 

In particular, it looks like we're using the folowing options:

        -Wall
        -Wno-unknown-pragmas
        -Wno-missing-braces
        -Wno-sign-compare
        -Wno-parentheses
        -Wno-uninitialized
        -Wno-implicit-function-declaration
        -Wno-unused
        -Wno-trigraphs
        -Wno-char-subscripts
        -Wno-switch

As well as the c99 flag, which gets turned into '-std=gnu99' on gcc.

- Eric

--
Eric Schrock, Solaris Kernel Development       http://blogs.sun.com/eschrock

Reply via email to