|
Post by lostdave on Nov 11, 2008 4:40:52 GMT
enhanced version, svn revision 824, bombs out with:
g++ -o obj/cheats.o -MMD -c --std=c++98 -pedantic -Wall -Wno-unused -I/home/dave/games/enhancedtyrian/src/ -DPASCAL_TYPES -g3 -O0 -Werror -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include -DSVN_REV=\"824\" -include "precompiled.h" src/cheats.cpp cc1plus: warnings being treated as errors src/cheats.cpp: In function ‘void CCmds::Func::debug_dump_weapons(const std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)’: src/cheats.cpp:96: error: comparison between signed and unsigned integer expressions make: *** [obj/cheats.o] Error 1
with gcc-4.3.2 under x86_64 linux.
The project page shows cheats.cpp was only added in the past couple of days.
|
|
|
Post by Mindless on Nov 12, 2008 16:34:23 GMT
fixed as of r825
|
|
|
Post by lostdave on Nov 12, 2008 20:34:24 GMT
So it is. Excellent, thanks.
|
|