diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-19 07:24:58 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-19 07:24:58 +0000 |
commit | 955de0f441f43b5980b407e6576b3ec9e9aa464f (patch) | |
tree | 16039ea667585e0a8ddb18b8b1da38f34588e05a /lib/libsndio/Makefile | |
parent | 8109c8552f994f7a1b51923cb71d027313a3d073 (diff) |
move -Wxxx flags from CFALGS to COPTS
suggested by deraadt
Diffstat (limited to 'lib/libsndio/Makefile')
-rw-r--r-- | lib/libsndio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/Makefile b/lib/libsndio/Makefile index ee555ab0958..31940e2de45 100644 --- a/lib/libsndio/Makefile +++ b/lib/libsndio/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2012/09/12 09:19:54 haesbaert Exp $ +# $OpenBSD: Makefile,v 1.10 2013/11/19 07:24:57 ratchov Exp $ LIB= sndio MAN= sio_open.3 mio_open.3 sndio.7 SRCS= debug.c aucat.c sio_aucat.c sio_sun.c sio.c \ mio_rmidi.c mio_aucat.c mio.c -CFLAGS+=-Wall -Wstrict-prototypes -Werror -Wundef -DDEBUG -CDIAGFLAGS= +CFLAGS+=-DDEBUG +COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef MLINKS = \ sio_open.3 sio_close.3 \ |