PDA

View Full Version : Newest CVS has an Error



monster69
01-03-2002, 11:03 AM
Saw this error go by as I was running make. Didn't stop the make but thought you would want to see it.

g++3 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/qt/include -I/usr/X11R6/include
-DMAPDIR=\"/usr/local/share/showeq\" -DLOGDIR=\"/usr/local/share/showeq\" -I/usr/include/pcap -D_REENTRANT -O2 -Wall -g -ggdb -DDEBUG -finline-functions -DQT_THREAD_SUPPORT=1 -c spawn.cpp
spawn.cpp: In member function `void Drop::update(const dropThingOnGround*,
const QString&)':
spawn.cpp:1009: warning: passing `double' for argument 3 of `void
Item::setPos(short int, short int, short int)'

high_jeeves
01-03-2002, 12:43 PM
This is just a casting warning.. not really an error. Just truncating a double value to a short int.