diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-10 10:56:08 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-10 10:56:08 +0100 |
commit | 6d5c276000a65e35dae2f672913c767e696cb56a (patch) | |
tree | 8ce5cb24dd84ae161c7bbb32a500ca8289fa8ab7 /lib | |
parent | 1a1e09bd5def4fae2a499294535b37805f79fde8 (diff) |
Remove -Werror since we still have some warnings in radsecproxy.
Diffstat (limited to 'lib')
-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 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 |