diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-21 08:15:47 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2013-11-21 08:15:47 +0000 |
commit | 003c6aff00b2dd6b153d3835c98c0e6236841624 (patch) | |
tree | f961319c7405692fdce0034f8c527c2b66157c41 /lib | |
parent | c8669454f1e714143b06bbba1343010221272cab (diff) |
use -Wmissing-prototypes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libsndio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/Makefile b/lib/libsndio/Makefile index 31940e2de45..87f1b5aa3f5 100644 --- a/lib/libsndio/Makefile +++ b/lib/libsndio/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2013/11/19 07:24:57 ratchov Exp $ +# $OpenBSD: Makefile,v 1.11 2013/11/21 08:15:46 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+=-DDEBUG -COPTS+= -Wall -Wstrict-prototypes -Wpointer-arith -Wundef +COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wundef MLINKS = \ sio_open.3 sio_close.3 \ |