Simon Matter wrote:
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?

I don't know, but if you add it to bugzilla, I will take a look.

I have a few small things that I need to work on, but hopefully by next week, I'll be trolling bugzilla for a few days (or more).

--
Kenneth Murchison
Project Cyrus Developer/Maintainer
Carnegie Mellon University
----
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