Timo Sirainen wrote:
On Fri, 2010-04-30 at 12:39 +0200, mail...@securitylabs.it wrote:
GCC 2.95, now replaced with 3.04, no more warning.
../../sieve-error.h:30: argument format specified for non-function
`sieve_error_func_t'
I guess this is the error. You could remove ATTR_FORMAT(3, 4) from the
code in there.
Thanks, removed and now it compiles.
Do you mean you had to remove the ATTR_FORMAT also with gcc 3.0.4?
Now I am wondering which GCC version first supported using
__attribute__((format ... )) for use with function type declarations...
Regards,
Stephan.