Game Development Community

Correcting LVL2 Warnings gram.y

by John Curry · in Torque Game Engine · 03/08/2004 (1:43 pm) · 0 replies

Hi, im working on taking all these stupid lvl2 errors out of torque. so far ive done about 300 or so and i knowticed that i could take about 2000 out if i fixed this one file called gram.y though im having a problem. i cant seem to find where the short is referenced to within the program. heres the warning

console/gram.y(328) : warning C4305: 'initializing' : truncation from 'const int' to 'short'
console/gram.y(328) : warning C4309: 'initializing' : truncation of constant value

theres about another 2000 lines that each with same warnings different lines.

if somene could give me a hand trying to correct this it would be great.

if you require any additional information just ask and i will be happy to awnser.

Thanks

John

About the author

Recent Threads

  • AI Senses