summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkfifo/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-17 13:47:05 +0000
committerdelphij <delphij@FreeBSD.org>2005-01-17 13:47:05 +0000
commit015c6dffb51d3c6c2aba41899136c58df8844f3e (patch)
tree5cafec91ead98ced30e392751068fe00af75fa24 /usr.bin/mkfifo/Makefile
parent75b14935238e7da7c35d459bc4c9be0fe65276f2 (diff)
downloadFreeBSD-src-015c6dffb51d3c6c2aba41899136c58df8844f3e.zip
FreeBSD-src-015c6dffb51d3c6c2aba41899136c58df8844f3e.tar.gz
Bump WARNS=6 by adding const constraint and initialize the pointer
to NULL at start.
Diffstat (limited to 'usr.bin/mkfifo/Makefile')
-rw-r--r--usr.bin/mkfifo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile
index 30f013e..bab308b 100644
--- a/usr.bin/mkfifo/Makefile
+++ b/usr.bin/mkfifo/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= mkfifo
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud