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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132759
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)