[Bf-committers] C++ flags

Douglas Toltzman bf-committers@blender.org
Sat, 4 Oct 2003 15:34:16 -0400 (EDT)


FYI: Its an error in C++ to call a function without a previous
declaration.  If those options are causing errors, can't we just use
"-Wall" ???  That is what I always use when typing my compiler arguments
because it gives me all warnings.  Like Ton, I try to address and correct
any and all warnings, whenever possible.

Doug