From d9bf5d00c1f0cc15945ca742f50ea8ae4ae7d764 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 5 Dec 2014 20:02:41 +0000 Subject: enable warnings --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e09a600..f4b7025 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2013/05/23 12:03:24 florian Exp $ +# $OpenBSD: Makefile,v 1.2 2014/12/05 20:02:41 florian Exp $ PROG= slowcgi SRCS= slowcgi.c +CFLAGS+= -Wall +CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes +CFLAGS+= -Wmissing-declarations +CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual +CFLAGS+= -Wsign-compare LDADD= -levent DPADD= ${LIBEVENT} MAN= slowcgi.8 -- cgit v1.2.3-2-gb3c3