Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> writes: > > They should be using __attribute__ ((__format__ (__printf__, 1, 2))). > Possibly yes, but most existing code take it straight out of the GCC documentation, where it *doesn't* use __printf__ nor __format__. In any event, it's simply wrong to flag it as an error. Mumit