From: Brian P. <bri...@tu...> - 2006-10-05 17:12:34
|
James Supancic wrote: >> 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); OK, fixed in CVS. >> Which compiler is this? > > gcc 4.1.1, apparently it doesn't like implicit conversions from signed > to unsigned values... g++ has complained about those in earlier versions. I guess gcc is catching up. -Brian |