[Bf-python] Re: Vector convenienve patch [committed]

Stephen Swaney sswaney at centurytel.net
Sun Jan 23 21:46:03 CET 2005


On Sun, Jan 23, 2005 at 09:22:13PM +0100, Yann Vernier wrote:

> On Sun, Jan 23, 2005 at 12:34:47PM -0500, Stephen Swaney wrote:
> > I suggest using the -pedantic flag when compiling with gcc.  This will
> > complain over and over about the c++ comments but you can grep for
> > 'mixed declarations' in the compiler output log.

> Well, I just tried enabling -pedantic only to find that this makes other
> parts of Blender fail to build. I'll just stick in in the SConscript
> file for the Python section, I guess.

What parts don't work?  I fixed a bad declaration in some c++ code and
just checked a (forgotten) fix for some undeclared parameters in
toolbox.c.

I *believe* the whole mess should build ok now with -pedantic.

I'm using the following warning flags:

	warn_flags = ['-Wall', '-W',  '-Wno-char-subscripts','-Wno-long-long', '-Wno-unused-parameter', '-pedantic' ]

-- 
Stephen Swaney			
sswaney at centurytel.net




More information about the Bf-python mailing list