From f8d01c7f9fbee6a5328581585e051b7014abe4bb Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 18 Jul 2011 13:17:04 +0200 Subject: [PATCH] Treat warnings as errors when compiling libradsec. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index e81ee77..89e6958 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,4 +36,4 @@ libradsec_la_SOURCES += \ endif libradsec_la_LDFLAGS = -version-info 0:0:0 -libradsec_la_CFLAGS = $(AM_CFLAGS) #-DDEBUG -DDEBUG_LEVENT #-Werror +libradsec_la_CFLAGS = $(AM_CFLAGS) -Werror # -DDEBUG -DDEBUG_LEVENT -- 2.1.4