OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Problems compiling 2.2.0-RC1 with gcc4

From: Wietse Venema (wietseporcupine.org)
Date: Wed Mar 02 2005 - 06:25:28 CST


Matthias Andree:
> > gcc -W -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses
> > -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -fPIC -DHAS_LDAP
> > -DHAS_PCRE -I/usr/include/pcre -DUSE_SASL_AUTH -I/usr/include/sasl
> > -DUSE_TLS -I/usr/kerberos/include -g -O -I. -I../../include -DLINUX2 -c
> > anvil.c
> > anvil.c:425: warning: unused parameter 'unused_event'
> > anvil.c:708: warning: unused parameter 'unused_service'

Use the TOP-LEVEL Makefile instead of the files
in the individual directories.

Ditto for the other bogus warnings.

        Wietse