Game Development Community

Warning message : patchs available for TORQUE

by Philippe C · in Torque Game Engine · 03/25/2006 (1:58 am) · 1 replies

A patch to remove all the warning messages during torque compilation is available in test for linux.

eviwo.free.fr/torque/patch-warning.html

Before to publish it on the ressources forum : if you can test it, it will be great.


I am quite sure that there is no effect on core code because I fix the warning messages in a "natural" way.

I don't change the code , I just do that :

- add carriadge return at the end of files.
- change the type of the variable ( in the same way that the ggc to it )
- replace null by 0 ( in the same way that the ggc to it )

The most complex was the warning message relative to BASgram.cc, CMDgram.cc, BASscan.cc and CMDscan.cc :
- i add carriadge return to xxxxx.l file and I regenerate it with bison and flex provided with torque

For more information of the procedure to compile torque with bison & flex : eviwo.free.fr/torque/compile.html

thanks to Jerry Segler for his help

:)

#1
03/26/2006 (7:57 am)
New patch added for tools in order to remove the warning during the tools compilation : see above link