30 Apr
2010
30 Apr
'10
1:39 p.m.
On 30/04/2010 12:14, Timo Sirainen wrote:
"The attribute pure is not implemented in GCC versions earlier than 2.96."
How ancient gcc version do you have?
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.