diff options
author | Linus Nordberg <linus@nordu.net> | 2011-07-18 13:17:04 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-07-18 13:19:14 +0200 |
commit | f8d01c7f9fbee6a5328581585e051b7014abe4bb (patch) | |
tree | e669b39838504ef57e68af324c1d80fe8dcf267a /lib/Makefile.am | |
parent | 56f16cc318d67b9ff12afc96233daf2025135e14 (diff) |
Treat warnings as errors when compiling libradsec.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |