I've been cleaning up a bunch of code lately (including warnings from our forthcoming static analysis tool .) I'm seeing a bunch of old code that uses integers when "unsigned int" was obviously the intended meaning. For instance: AddEntriesyToList( ENTRY
Read More...