Hi Art Default flags with gcc h
2007/9/7, Jean-Sébastien Guay <[EMAIL PROTECTED]>: > > Hello Art, > > >> I suspect the else should be > >> > >> binding2DArray = GL_FALSE; > > > > it should be binding2DArray = GL_FALSE; > > > > Hmm, strange why does compiler do not see that this is > > a non-sense instruction... > > Are the -Wall Flags activated, Robert? > > On my side (Visual C++ 2005) I only get a warning: > > 2>..\..\..\src\osg\Image.cpp(541) : warning C4552: '-' : operator has > no effect; expected operator with side-effect > > g++ would probably give something similar, which has perhaps not been > spotted when compiling such a large number of files... > > J-S > -- > ______________________________________________________ > Jean-Sebastien Guay [EMAIL PROTECTED] > http://whitestar02.webhop.org/ > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

