diff options
author | ngie <ngie@FreeBSD.org> | 2017-01-14 00:39:55 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-01-14 00:39:55 +0000 |
commit | e6cb8c13a87023bd0f6c964c4e73ba7d68b77ac5 (patch) | |
tree | b24dc0bbc9264e0a6525e755fda0f4c5adcb664c /tools | |
parent | dfa178933985421441dfaa42269df7834f21aece (diff) | |
download | FreeBSD-src-e6cb8c13a87023bd0f6c964c4e73ba7d68b77ac5.zip FreeBSD-src-e6cb8c13a87023bd0f6c964c4e73ba7d68b77ac5.tar.gz |
MFC r311748:
Bump WARNS up from 0 to 6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/gensnmpdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/gensnmpdef/Makefile b/tools/tools/gensnmpdef/Makefile index 437e304..470e1de 100644 --- a/tools/tools/gensnmpdef/Makefile +++ b/tools/tools/gensnmpdef/Makefile @@ -19,4 +19,6 @@ LDFLAGS+= -L${LOCALBASE}/lib LDADD+= -lsmi +WARNS?= 6 + .include <bsd.prog.mk> |