> -T is great. But Python can't be built with it. Python explicitly > creates functions with type signatures that don't match and this makes > -T very unhappy.
the examples i had to fix (that didn't simply require #pragma incomplete) were errors, for instance something like the following: one function expecting a value in the middle of a structure that was #ifdef'd out for another function's compilation, because different #defines were in scope.