Cyrus IMAPd 2.3.1 spits out lots of warnings while compiling on RedHat
Linux like this:
In file included from sieve_interface.h:37,
                 from sieved.c:29:
sieve_err.h:19: warning: `struct et_list' declared inside parameter list
sieve_err.h:19: warning: its scope is only this definition or declaration,
which is probably not what you want

In file included from imapd.c:75:
imap_err.h:67: warning: `struct et_list' declared inside parameter list
imap_err.h:67: warning: its scope is only this definition or declaration,
which is probably not what you want


The culprit seems to be this line found in all *_err.h files:
/* For compatibility with Heimdal */
extern void initialize_siev_error_table_r(struct et_list **list);


Is this intended or should (can) it be fixed?

Thanks,
Simon
----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to