summaryrefslogtreecommitdiff
path: root/daemon/watchcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/watchcommands.cpp')
-rw-r--r--daemon/watchcommands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/watchcommands.cpp b/daemon/watchcommands.cpp
index 7fc84fc..1df811a 100644
--- a/daemon/watchcommands.cpp
+++ b/daemon/watchcommands.cpp
@@ -8,6 +8,8 @@ WatchCommands::WatchCommands(WatchConnector *watch, QObject *parent) :
void WatchCommands::processMessage(uint endpoint, uint datalen, QByteArray data)
{
+ Q_UNUSED(datalen);
+
logger()->debug() << __FUNCTION__ << endpoint << "/" << data.length();
switch (endpoint) {
case WatchConnector::watchPHONE_VERSION: