diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-06 12:41:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-06 12:41:25 +0000 |
commit | b5d848796bf639d43895eccf45e8f683869e3bfa (patch) | |
tree | f2729930b8dc3fd7c6e5a1b9734ef8a17c9f392e /usr.bin | |
parent | 1fbc22f5ed8dff44ef40e1fca0a2e2a398f831a2 (diff) |
Bump level WARNINGS to 3
Notes
Notes:
svn path=/head/; revision=284064
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 4b5131e03c9c..54e114ee158f 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -2,8 +2,7 @@ PROG= rup -WARNS?= 1 - +WARNS?= 3 LIBADD= rpcsvc .include <bsd.prog.mk> |