On 08/22/2013 10:09 AM, Andreas Färber wrote: > FMT_timeval is a file-local #define, so why not change that instead of > all its users?
To what? Unlike size_t, there's no time_t printf format. Recall that checking size(time_t) doesn't suppress the warning when sizeof(int) == sizeof(long)... Since it *is* a local define, it seems easier to match up the users than to do anything else. r~