[r666] GCC compile error
Posted: Mon Dec 21, 2009 18:06
Compiling GZDoom in 64-bit Ubuntu, I get the following:
Code: Select all
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp: In function ‘bool CheckCachedNodes(MapData*)’:
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1178: warning: comparison between signed and unsigned integer expressions
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1182: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1180: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1178: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1176: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1174: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1230: error: jump to label ‘errorout’
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1173: error: from here
/home/david/bin/gzdoom-src/trunk/src/gl/data/gl_nodes.cpp:1184: error: crosses initialization of ‘DWORD* verts’