From: Linus Nordberg Date: Mon, 18 Jul 2011 11:17:04 +0000 (+0200) Subject: Treat warnings as errors when compiling libradsec. X-Git-Tag: libradsec-0.0.4~95 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=f8d01c7f9fbee6a5328581585e051b7014abe4bb Treat warnings as errors when compiling libradsec. --- 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