1>------ Rebuild All started: Project: Computergeek01, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'Computergeek01', configuration 'Debug|Win32'
1>Compiling...
1>BASE.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>building.hpp(19) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>building.hpp(20) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>Building.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>building.hpp(19) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>building.hpp(20) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>Enemy.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>enemy.hpp(37) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>enemy.hpp(43) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Fighter.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>fighter.hpp(33) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>fighter.hpp(39) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Portrait.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Units.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.cpp(60) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.cpp(61) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>Z.cpp
1>units.hpp(85) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>units.hpp(91) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>fighter.hpp(33) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>fighter.hpp(39) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>enemy.hpp(37) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>enemy.hpp(43) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>building.hpp(19) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>building.hpp(20) : warning C4244: '=' : conversion from 'unsigned int' to 'float', possible loss of data
1>z.cpp(28) : warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
1>z.cpp(107) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>z.cpp(108) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>z.cpp(121) : warning C4018: '<' : signed/unsigned mismatch
1>z.cpp(137) : warning C4018: '<' : signed/unsigned mismatch
1>Generating Code...
1>units.cpp(224) : error C4716: 'UNIT::Attack' : must return a value
1>fighter.cpp(195) : warning C4715: 'FIGHTER::draw' : not all control paths return a value
1>Build log was saved at "file://Debug\BuildLog.htm"
1>Computergeek01 - 1 error(s), 36 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ========== |