Compiling rpc_parse/parse_spoolss.c with -KPIC cc-1183 cc: WARNING File = rpc_parse/parse_spoolss.c, Line = 1242 An unsigned integer is being compared to zero. if (version >= 0) { ^
Since version is an unsigned int, it will always be greater than or equal to zero, so couldn't this test be eliminated?
actually version should be an int.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.