Game Development Community

Misc (NON- ASM) build warnings

by Edward Gardner · in Torque Game Engine · 10/14/2001 (9:44 pm) · 2 replies

Release_1_1_0


Doing a win32 Release build I got the following

jdatadst.c
F:\GarageGames\torque\lib\ljpeg\jdatadst.c(121) : warning C4018: '!=' : signed/unsigned mismatch

--------------------Configuration: lungif - Win32 Release--------------------
Compiling...
dgif_lib.c
F:\GarageGames\torque\lib\lungif\dgif_lib.c(17) : warning C4068: unknown pragma
F:\GarageGames\torque\lib\lungif\dgif_lib.c(18) : warning C4068: unknown pragma
F:\GarageGames\torque\lib\lungif\dgif_lib.c(939) : warning C4101: 'Error' : unreferenced local variable
F:\GarageGames\torque\lib\lungif\dgif_lib.c(939) : warning C4101: 'i' : unreferenced local variable
F:\GarageGames\torque\lib\lungif\dgif_lib.c(939) : warning C4101: 'j' : unreferenced local variable
egif_lib.c
F:\GarageGames\torque\lib\lungif\egif_lib.c(18) : warning C4068: unknown pragma
F:\GarageGames\torque\lib\lungif\egif_lib.c(19) : warning C4068: unknown pragma
F:\GarageGames\torque\lib\lungif\egif_lib.c(224) : warning C4018: '!=' : signed/unsigned mismatch
F:\GarageGames\torque\lib\lungif\egif_lib.c(578) : warning C4018: '!=' : signed/unsigned mismatch
F:\GarageGames\torque\lib\lungif\egif_lib.c(703) : warning C4101: 'NewKey' : unreferenced local variable
F:\GarageGames\torque\lib\lungif\egif_lib.c(702) : warning C4101: 'NewCode' : unreferenced local variable
F:\GarageGames\torque\lib\lungif\egif_lib.c(807) : warning C4018: '!=' : signed/unsigned mismatch
F:\GarageGames\torque\lib\lungif\egif_lib.c(823) : warning C4018: '!=' : signed/unsigned mismatch


And these during the Torque demo win32 release build:

vehicleBlocker.cc
F:\GarageGames\torque\engine\game\vehicles\vehicle.cc(1204) : warning C4700: local variable 'sFreeTimeoutList' used without having been initialized

audioEmitter.cc
F:\GarageGames\torque\engine\game\ambientAudioManager.cc(229) : warning C4700: local variable 'pos' used without having been initialized


Someone mentioned that Batch building might be broken?

#1
10/14/2001 (10:00 pm)
The warnings are known issues, we'll clean those up shortly... on the batch build thing... as far as I know batch build does not respect project dependencies, and does not build the projects in the correct order.
#2
10/14/2001 (10:04 pm)
That would explain it :)