Downgrade WARNS level for GCC 3.4.2.

This commit is contained in:
Alexander Kabaev 2004-07-28 05:49:15 +00:00
parent 511938318c
commit 2d18d113c7
3 changed files with 3 additions and 2 deletions

View File

@ -132,7 +132,7 @@ MAN= openpam.3 \
pam_vprompt.3
CSTD?= c99
WARNS?= 6
WARNS?= 3
CFLAGS+= -I${.CURDIR} -I${OPENPAM}/include
CFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR}

View File

@ -27,6 +27,7 @@
LIB= pam_radius
SRCS= pam_radius.c
MAN= pam_radius.8
WARNS= 0
DPADD= ${LIBRADIUS}
LDADD= -lradius

View File

@ -11,7 +11,7 @@ INTERNALLIB= yes
SRCS= genget.c getent.c misc.c
CFLAGS+= -I${TELNETDIR}
WARNS?= 2
WARNS?= 0
.if !defined(RELEASE_CRUNCH)
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)