From 8d66c872809dc11b0ed4cd9c652e19a68ccac598 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 18 Feb 2017 13:55:07 +0100 Subject: [PATCH] compiler warning --- src/lib/ebus/test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ebus/test/Makefile.am b/src/lib/ebus/test/Makefile.am index 2406c02f..e626d51a 100644 --- a/src/lib/ebus/test/Makefile.am +++ b/src/lib/ebus/test/Makefile.am @@ -1,4 +1,5 @@ -AM_CXXFLAGS = -I$(top_srcdir)/src +AM_CXXFLAGS = -I$(top_srcdir)/src \ + -Wno-unused-parameter noinst_PROGRAMS = test_filereader \ test_device \