Compile with -Werror.
authorLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 14:45:33 +0000 (15:45 +0100)
committerLinus Nordberg <linus@nordberg.se>
Tue, 22 Jan 2013 14:45:33 +0000 (15:45 +0100)
lib/Makefile.am
lib/examples/Makefile.am
lib/radsecproxy/Makefile.am
lib/tests/Makefile.am

index 9415c3d..46f573a 100644 (file)
@@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = radius radsecproxy . include examples
 
 INCLUDES = -I$(srcdir)/include
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -Wall -Werror -g
 
 lib_LTLIBRARIES = libradsec.la
 
index 17b87a3..bfd31e8 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 INCLUDES = -I$(top_srcdir)/include
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -Wall -Werror -g
 
 noinst_PROGRAMS = client
 client_SOURCES = client-blocking.c
index 16b66ae..0d4a882 100644 (file)
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I m4
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -Wall -Werror -g
 
 noinst_LTLIBRARIES = libradsec-radsecproxy.la
 
index 7c5408b..33ddb51 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
 INCLUDES = -I$(top_srcdir)/include
-AM_CFLAGS = -Wall -g
+AM_CFLAGS = -Wall -Werror -g
 
 TESTS = test-udp