summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-06 05:57:42 +0000
committermarcel <marcel@FreeBSD.org>2004-09-06 05:57:42 +0000
commit90a7523335361d296e31fcafd85b8d9085619f1a (patch)
tree4d117dc25dc85dbf05b21d149c91b231935ffec0 /usr.sbin/ppp
parent61ba6dfa5fa97aea8293f3f0f002a5ad5ad25e7f (diff)
downloadFreeBSD-src-90a7523335361d296e31fcafd85b8d9085619f1a.zip
FreeBSD-src-90a7523335361d296e31fcafd85b8d9085619f1a.tar.gz
Reduce WARNS level to 3. Casting causes alignment warnings on platforms
with strong alignment (All 64-bit platforms, except amd64).
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 2937567..4ed9d05 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
OpenPOWER on IntegriCloud