Bill Pringlemeir wrote: >> Do you have a PPC? I don't think that "char" and "unsigned char" >> have problems like on an ARM.
On 19 Feb 2007, [EMAIL PROTECTED] wrote: > What do you mean? On the ARM "char" is unsigned char. See "http://www.arm.linux.org.uk/docs/faqs/signedchar.php". This is a real portability issue. This would not work on a NetWinder, etc. Maybe someone will port GTKG to Symbian on a mobile phone ;-) > There are just to many false positives to make it worthwhile. I do agree that portions of the splint parser aren't correct. Typically, I have to look at 100 warnings before I find a real bug. But it usually takes less time to look at the 100 warnings than to *find* and fix a bug. Since I haven't used Splint with GTKG, my splint configuration may cause more warnings than normal. I had turned on a lot of warnings [the ones I usually code to] and had the output sitting around for the "lib" directory. I just thought it might help find something. However, you are free to ignore it and I won't post any splint output again. Splint can be used to find dead code and variable using inter-modular analyze (and show little else). There are better commercial lint tools. Splint is much better if you use the annotations; comments that specify functionality. Fwiw, Bill Pringlemeir. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
