| | Compiling...
Game.cpp
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\include\dinput.h: DIRECTINPUT_VERSION undefined. Defaulting to version 0x0800
Game.cpp(149) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Game.cpp(277) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(284) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(291) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(452) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
Game.cpp(486) : warning C4305: 'argument' : truncation from 'double' to 'float'
Game.cpp(488) : warning C4305: 'argument' : truncation from 'double' to 'float'
Game.cpp(490) : warning C4305: 'argument' : truncation from 'double' to 'float'
Game.cpp(492) : warning C4305: 'argument' : truncation from 'double' to 'float'
Game.cpp(498) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Game.cpp(521) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
Game.cpp(525) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Game.cpp(531) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(533) : warning C4305: 'argument' : truncation from 'double' to 'float'
Game.cpp(539) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
Game.cpp(554) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(558) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(586) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(588) : warning C4305: '+=' : truncation from 'double' to 'float'
Game.cpp(602) : warning C4018: '<' : signed/unsigned mismatch
Game.cpp(604) : warning C4305: '-=' : truncation from 'double' to 'float'
Game.cpp(635) : warning C4018: '<' : signed/unsigned mismatch
Linking...
|