"Gary E. Miller" <[email protected]> writes: >> The only other thing I'd expect is being careful about pointers and >> integers, but I'd call it a feature to catch that. > > Since gpsd does a lot of strings and math, that is a substantial part > of the current code base!
Sure, but code that blurs integer types and pointers is just plain wrong, and it's a feature to figure that out and fix it. Arguably it's a compiler bug or lack-of-feature not to catch that when building on an LP64 system.
