From 22f3a6713ebe2c97b877e5230da12f012d6eb701 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 15:42:12 -0400 Subject: Removing -Werror for the moment, since the warnings about unused variables and functions are fine. They may get used later, don't want to remove them yet. --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index e2ab9d9..1ba68cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,6 @@ indicator_example_service_SOURCES = \ settings-shared.h indicator_example_service_CFLAGS = \ -Wall \ - -Werror \ $(SERVICE_CFLAGS) \ -DTIMEZONE_FILE="\"/etc/timezone\"" \ -DG_LOG_DOMAIN=\"Indicator-Example\" @@ -26,7 +25,7 @@ libexample_la_SOURCES = \ indicator-example.c libexample_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ - -Wall -Werror \ + -Wall \ -DG_LOG_DOMAIN=\"Indicator-Example\" libexample_la_LIBADD = \ $(INDICATOR_LIBS) -- cgit v1.2.3