diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-20 02:06:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-20 02:06:40 +0000 |
commit | 2634c1a8a74a628a7c2bc2b743f6b2498f9d3792 (patch) | |
tree | c4c55491f77d43310ccf2df9541663731eecdd66 /usr.sbin/gpioctl | |
parent | 7d73f86bd80c46c335ffa2fea664bd1414e0a721 (diff) |
do not use gcc -W options which you do not understand
Diffstat (limited to 'usr.sbin/gpioctl')
-rw-r--r-- | usr.sbin/gpioctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gpioctl/Makefile b/usr.sbin/gpioctl/Makefile index 0abd9e66fcd..f8d39e28ad5 100644 --- a/usr.sbin/gpioctl/Makefile +++ b/usr.sbin/gpioctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/08/10 14:48:27 jsg Exp $ +# $OpenBSD: Makefile,v 1.6 2010/07/20 02:06:39 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "amd64" @@ -7,7 +7,7 @@ SRCS= gpioctl.c CFLAGS+=-Wall CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -CFLAGS+=-Wmissing-declarations -Wredundant-decls +CFLAGS+=-Wmissing-declarations CFLAGS+=-Wshadow -Wpointer-arith -Wcast-qual .else |