From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Andreas Schwab Cc: egcs@cygnus.com Subject: Re: Unrecog attribute func handling change request + patch Date: Wed, 04 Feb 1998 07:17:00 -0000 Message-id: <9802041517.AA17388@modi.xraylith.wisc.edu> References: X-SW-Source: 1998-02/msg00153.html Andreas Schwab 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