From c76699a9001901942a2e4a742406ba8696b58779 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 7 Sep 2006 16:23:35 +0000 Subject: cleanup --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3729174..68d52ff 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ PROG= dddup SRCS= dddup.c parse.c ifaddr.c base64.c request.c connect.c NOMAN= -CFLAGS+= -W -Wall -pedantic # -ggdb +WARNINGS= yes +CDIAGFLAGS+= -W -Wall -Wpointer-arith \ + -Wstrict-prototypes -Wmissing-prototypes .include -- cgit v1.2.3