Hi, On Sat, 2006-09-09 at 13:47 -0500, Allen Bierbaum wrote: > When compiling 2.0 trunk, I get this warning: > > include/OpenSG/OSGCubeTextureChunkBase.h:140: warning: left shift count > >= width of type > > This sounds like a bug to me but I don't know enough about the code to > be sure. > > Can anyone tell me for sure if this code is correct?
it means we are running out of field masks. Luckily it happens for the last (which would be the first of a derived container) mask, so it should not matter right now. For the future I already split the TextureChunk into TextureObjChunk and TextureEnvChunk so that we should have some room again. regards, gerrit ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
