summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2003-04-23 20:26:21 +0000
committerjohan <johan@FreeBSD.org>2003-04-23 20:26:21 +0000
commit4c6fe8967cf97638f57dc258d70e366088605a53 (patch)
tree6f5c7b26e6a0e9925eedb543f1dd13643a1873a3 /sbin/kldunload/Makefile
parentb4c26d2e1a8698bb56c05645c6b2ae3052d43264 (diff)
downloadFreeBSD-src-4c6fe8967cf97638f57dc258d70e366088605a53.zip
FreeBSD-src-4c6fe8967cf97638f57dc258d70e366088605a53.tar.gz
Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.
Look at by: sebastian.ssmoller@web.de on audit@
Diffstat (limited to 'sbin/kldunload/Makefile')
-rw-r--r--sbin/kldunload/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile
index 555ad6b..1f71a8f 100644
--- a/sbin/kldunload/Makefile
+++ b/sbin/kldunload/Makefile
@@ -27,7 +27,7 @@
#
PROG= kldunload
-WARNS= 0
MAN= kldunload.8
+WARNS?= 5
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud