From 0b54a2d72374ec3ad73f7b2c8b666f8ec2411f54 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 15 May 2009 12:57:36 +0000 Subject: Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 767fe5d1..6de48279 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.136 2009-05-14 19:32:37 nicm Exp $ +# $Id: Makefile,v 1.137 2009-05-15 12:57:36 nicm Exp $ .SUFFIXES: .c .o .PHONY: clean @@ -26,7 +26,7 @@ LDFLAGS+= -Wl,-E CFLAGS+= -g -ggdb -DDEBUG CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare +CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align .endif -- cgit v1.2.3