John P <[EMAIL PROTECTED]> wrote:
> I have already patched Qmail to run Qmail-Scanner; I tried to apply
> Krzysztof Dabrowski's SMTP-AUTH patch, but when I ran make setup I got the
> following warning:
> 
> qmail-smtpd.c:787: warning: return type of `main' is not `int'
>
> It seems to be running OK otherwise.  Will this cause me any problems?

No.  It's a bogus warning from the compiler, because it isn't smart enough
to determine that the offending code (an implicit void return) will never
be executed.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to