From 2ce61b934d6bc02e64fb0383bcbbeb020bf72293 Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 2 Aug 2009 08:49:58 +0000 Subject: Reverted r8979, managed to correct my system headers, for now... svn path=/trunk/libwapcaplet/; revision=8981 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 380365a..ffb84c1 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ TESTRUNNER = $(BUILDDIR)/test_testrunner$(EXEEXT) # Toolchain flags WARNFLAGS := -Wall -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ - -Wmissing-declarations -Wnested-externs -pedantic + -Wmissing-declarations -Wnested-externs -Werror -pedantic ifneq ($(GCCVER),2) - WARNFLAGS := $(WARNFLAGS) -Werror -Wextra + WARNFLAGS := $(WARNFLAGS) -Wextra endif CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \ -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS) -- cgit v1.2.3