summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-10-28 21:57:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-10-28 21:57:40 +0000
commitd84bc23f4a0421887e27f9529c4f81f5aa8aae39 (patch)
tree614e843df36c6545cf0b99062bab821d8ab3b1ed /usr.bin
parentaa72a6ad6f807e16c767985061c2a1024328a21d (diff)
Use -Werror unconditionnaly again.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/aucat/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/aucat/Makefile b/usr.bin/aucat/Makefile
index c5eba0290fe..a13dfd5e87b 100644
--- a/usr.bin/aucat/Makefile
+++ b/usr.bin/aucat/Makefile
@@ -1,12 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2008/10/27 18:02:14 miod Exp $
+# $OpenBSD: Makefile,v 1.7 2008/10/28 21:57:39 miod Exp $
PROG= aucat
SRCS= aucat.c abuf.c aparams.c aproc.c dev.c file.c headers.c \
safile.c sock.c pipe.c listen.c wav.c legacy.c
-CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Wundef
-# false warnings on 64 bit variables for which no toolchain fix is available yet
-.if ${MACHINE_ARCH} != "m88k"
-CFLAGS+= -Werror
-.endif
+CFLAGS+= -DDEBUG -Wall -Wstrict-prototypes -Werror -Wundef
LDADD+= -lsndio
.include <bsd.prog.mk>