From 32525f1769d07260102de6b483641bb106ffbd26 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 11 Jun 2021 11:36:11 +0200 Subject: src/*.c: Make function parameters as RLS_UNUSED, if they are. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index a165072..61be169 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,6 +33,7 @@ server_test_SOURCES = \ server_test_CFLAGS = \ -I$(top_srcdir)/src \ -I$(top_builddir)/src \ + -Werror \ $(SERVICE_CFLAGS) \ $(NULL) @@ -78,6 +79,7 @@ dbus_interface_CFLAGS = \ -DUCCS_CONFIG_FILE="\"$(abs_srcdir)/uccs-config.conf\"" \ -DSLMOCK_CONFIG_FILE="\"$(abs_builddir)/slmock-config.conf\"" \ -DNULL_CONFIG_FILE="\"$(abs_srcdir)/null-config.conf\"" \ + -Werror \ $(SERVICE_CFLAGS) \ $(TEST_CFLAGS) \ $(NULL) -- cgit v1.2.3