From 84f0770e6ff98f872d0627e759145c5c1ecccebd Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 22 Jan 2013 15:45:33 +0100 Subject: Compile with -Werror. --- lib/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 7c5408b..33ddb51 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir)/include -AM_CFLAGS = -Wall -g +AM_CFLAGS = -Wall -Werror -g TESTS = test-udp -- cgit v1.1