[Bf-committers] some findings about code fitness

Stephen Swaney sswaney at centurytel.net
Wed Mar 2 02:22:22 CET 2005


On Wed, Mar 02, 2005 at 12:17:20AM +0100, Jean-Luc Peuriere wrote:

> the patch to clean the warnings (2280 lines) is here :  
> 
> 
> https://projects.blender.org/tracker/index.php?func=detail&aid=2281&group_id=9&atid=127 

I do not seem to see any files attached to this!

> i'm down to 103 warnings from 1400+ when using the following flags : 
> 
> -funsigned-char -Wno-trigraphs -Wmissing-prototypes -Wformat 
> -Wmissing-braces -Wparentheses -Wswitch -Wunused-function 
> -Wunused-label -Wunused-variable -Wunused-value -Wuninitialized 
> -Wunknown-pragmas -Wcomment -Wimplicit -Wreturn-type -Wstrict-aliasing 
> 
> Can you state -Wall but disable Wchar-subscript (as we are using 
> unsigned char, it is not a problem) ? 

If you are using gcc, you can set 
-Wno-char-subscripts
to turn off the warnings about char subscripts.


-- 
Stephen Swaney			
sswaney at centurytel.net



More information about the Bf-committers mailing list