From 6d5c276000a65e35dae2f672913c767e696cb56a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 10 Mar 2011 10:56:08 +0100 Subject: [PATCH] Remove -Werror since we still have some warnings in radsecproxy. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 7eb0f08..d4d9b78 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -37,4 +37,4 @@ libradsec_la_SOURCES += \ endif libradsec_la_LDFLAGS = -version-info 0:0:0 -libradsec_la_CFLAGS = $(AM_CFLAGS) -Werror #-DDEBUG -DDEBUG_LEVENT # -ansi +libradsec_la_CFLAGS = $(AM_CFLAGS) #-DDEBUG -DDEBUG_LEVENT #-Werror -- 2.1.4