compiler warning

This commit is contained in:
john30
2017-02-18 13:55:07 +01:00
parent d787e62471
commit 8d66c87280
+2 -1
View File
@@ -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 \