diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2002-01-06 08:47:19 +0000 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2002-01-06 08:47:19 +0000 |
commit | 2c8c8c3eedd78e8e8e3d04cb7f95f04383aa8e9c (patch) | |
tree | d1ae467daf401189197fb68d8c011c9992e98ccd /lib/libsbuf | |
parent | 362933df23efc47d42daa0005956fcd08fb8a4cf (diff) | |
download | FreeBSD-src-2c8c8c3eedd78e8e8e3d04cb7f95f04383aa8e9c.zip FreeBSD-src-2c8c8c3eedd78e8e8e3d04cb7f95f04383aa8e9c.tar.gz |
Enable WARNS?=2.
Diffstat (limited to 'lib/libsbuf')
-rw-r--r-- | lib/libsbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 40d6c15..222b4d1 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -2,6 +2,7 @@ LIB= sbuf SRCS= subr_sbuf.c +WARNS?= 2 .PATH: ${.CURDIR}/../../sys/kern |