From 79f65cf4e0abdf397f3df2b284ea7e8e9e862fce Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Jan 2017 14:39:53 +0100 Subject: [PATCH] fix for compiler warnings --- src/ebusd/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ebusd/Makefile.am b/src/ebusd/Makefile.am index c2a21d74..6041e543 100644 --- a/src/ebusd/Makefile.am +++ b/src/ebusd/Makefile.am @@ -19,6 +19,8 @@ ebusd_SOURCES = bushandler.cpp \ if MQTT ebusd_SOURCES += mqtthandler.cpp mqtthandler.h +else +AM_CXXFLAGS += -Wunused-parameter endif ebusd_LDADD = ../lib/utils/libutils.a \