From: James S. <arr...@gm...> - 2006-10-05 17:03:17
|
> Alternately, does changing "unsigned int" to "int" on line 97 silence > the warnings? Yea, that gets rid of them, but now I get dmx.c:103: warning: comparison between signed and unsigned for CRASSERT(numScreens == numBackendWindows); > Which compiler is this? gcc 4.1.1, apparently it doesn't like implicit conversions from signed to unsigned values... Thank you for your time, James Steven Supancic III |