24 Sep
2015
24 Sep
'15
11:33 a.m.
On 23/09/2015 14:30, Timo Sirainen wrote:
http://dovecot.org/releases/2.2/rc/dovecot-2.2.19.rc1.tar.gz
Comiling with cc on Solaris 10 complains "void function cannot return value", patch attached. Dovecot is offering the equivalent of:
void bar() { }
void foo() { return bar(); }
which cc doesn't accept whereas gcc does.
Otherwise no problems, I have 2.2.19.rc1 running on a lightly loaded system.