summaryrefslogtreecommitdiffstats
path: root/sbin/routed/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2009-04-05 14:15:05 +0000
committerphk <phk@FreeBSD.org>2009-04-05 14:15:05 +0000
commitab2775f3db00244b047f362ba89ba36865f7a02a (patch)
tree5c07af6065ffcb207aa355abdb2bc53123209ccd /sbin/routed/Makefile
parent8c0066c04042edc19879610fab48e9dbde8014c5 (diff)
downloadFreeBSD-src-ab2775f3db00244b047f362ba89ba36865f7a02a.zip
FreeBSD-src-ab2775f3db00244b047f362ba89ba36865f7a02a.tar.gz
Kick WARNS level up to 6 by fixing various trivial warnings.
Diffstat (limited to 'sbin/routed/Makefile')
-rw-r--r--sbin/routed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 1ac16c4..c4abdba 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -7,6 +7,6 @@ MAN= routed.8
SUBDIR= rtquery
LDADD= -lmd
DPADD= ${LIBMD}
-WARNS?= 0
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud