aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2004-09-06 05:57:42 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2004-09-06 05:57:42 +0000
commit7a31cc1039df110c529b69c266a851fc1bfa0b4c (patch)
tree4d117dc25dc85dbf05b21d149c91b231935ffec0 /usr.sbin/ppp
parent1814213e06f91d3989ec8707faceef2d8d3e4256 (diff)
downloadsrc-7a31cc1039df110c529b69c266a851fc1bfa0b4c.tar.gz
src-7a31cc1039df110c529b69c266a851fc1bfa0b4c.zip
Reduce WARNS level to 3. Casting causes alignment warnings on platforms
with strong alignment (All 64-bit platforms, except amd64).
Notes
Notes: svn path=/head/; revision=134836
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 2937567fe1cc..4ed9d053ebf6 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -8,7 +8,7 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
proto.c route.c server.c sig.c slcompress.c sync.c systems.c tcp.c \
tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
-WARNS?= 5
+WARNS?= 3
.if defined(RELEASE_CRUNCH)
CFLAGS+=-DRELEASE_CRUNCH
NOATM= true