diff options
author | obrien <obrien@FreeBSD.org> | 2003-05-02 06:56:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-05-02 06:56:32 +0000 |
commit | 9680dcd33dcfffa4387c5b551235b8fae7abeb6c (patch) | |
tree | 47335c6fddabf95df9d3fb19ee5ba80cb1f8921c /sbin/camcontrol | |
parent | 91e854c20e9aa7115fb19c4575df6ac599f03342 (diff) | |
download | FreeBSD-src-9680dcd33dcfffa4387c5b551235b8fae7abeb6c.zip FreeBSD-src-9680dcd33dcfffa4387c5b551235b8fae7abeb6c.tar.gz |
Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.
Diffstat (limited to 'sbin/camcontrol')
-rw-r--r-- | sbin/camcontrol/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/camcontrol/Makefile b/sbin/camcontrol/Makefile index 889a2fc..23cff84 100644 --- a/sbin/camcontrol/Makefile +++ b/sbin/camcontrol/Makefile @@ -9,6 +9,7 @@ SRCS+= modeedit.c .else CFLAGS+= -DMINIMALISTIC .endif +WARNS= 1 DPADD= ${LIBCAM} ${LIBSBUF} LDADD= -lcam -lsbuf MAN= camcontrol.8 |