Title: UQM 0.5 compile warnings. Post by: Zeep-Eeep on February 19, 2006, 10:43:17 am I just compiled UQM 0.5 on my Fedora Core 4 Linux box. Things
seemed to go fairly well using the defaults. I get a lot of compiler warnings saying things like: "warning: pointer targets in passing argument 3 of ‘MakeScanValue’ differ in signedness" or "warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness" Lot of these signedness warnings. I assume because my compiler, GCC 4.0.2, is a bit strict where signed and unsigned values are concerned. I'm not worried about it, but I thought I'd mention it as something that could be cleaned up later to avoid warnings. Title: Re: UQM 0.5 compile warnings. Post by: meep-eep on February 19, 2006, 02:41:24 pm Yeah, they're harmless, and we do intend to get rid of them.
|