[r666] GCC compile error

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
DavidPH
Posts: 2
Joined: Mon Dec 21, 2009 17:49

[r666] GCC compile error

Post by DavidPH »

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’
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: [r666] GCC compile error

Post by Graf Zahl »

fixed
Locked

Return to “Closed Bugs”