Making 11262

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
T113
Trader
Trader
Posts: 20
Joined: Sun Aug 12, 2007 12:30 pm

Making 11262

Post by T113 »

Hello folks - saw these while making 11262. Don´t know if they´re good, bad or indifferent, but here they are: (this was a ´make´ btw)

src/cmd/unit_generic.cpp: In member function ‘bool Unit::UpAndDownGrade(const Unit*, const Unit*, int, int, bool, bool, int, bool, double&, const Unit*, bool, bool)’:
src/cmd/unit_generic.cpp:7632: warning: converting to ‘unsigned char’ from ‘double’
src/cmd/unit_generic.cpp:7642: warning: converting to ‘int’ from ‘double’
src/cmd/unit_generic.cpp:7795: warning: converting to ‘char’ from ‘double’
src/cmd/unit_generic.cpp:7810: warning: converting to ‘char’ from ‘double’


In file included from src/cmd/collide/prapid.cpp:68:
src/cmd/collide/garray.h:142:1: warning: "CS_DECLARE_GROWING_ARRAY_REF" redefined
In file included from src/cmd/collide/prapid.cpp:63:
src/cmd/collide/cs_compat.h:80:1: warning: this is the location of the previous definition


./src/cmd/container.h:29: warning: inline function ‘Unit* UnitContainer::GetUnit()’ used but never defined
Post Reply