From 8e8fc5e1b754f72840dc1b77c986729a6bb7b72c Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 28 Jan 2015 13:58:08 +0100 Subject: Fix compiler warning for unused variable This causes problems when compiling Qt with the option where every compiler warning is an error. This is to become the default way of building Qt. Change-Id: I31073357470e760f72a0f3fa19f4b02c925a0d96 Reviewed-by: Peter Rustler Reviewed-by: Frank Meerkoetter Reviewed-by: Alex Blasche --- src/nfc/qllcpserver_android_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nfc/qllcpserver_android_p.cpp b/src/nfc/qllcpserver_android_p.cpp index 19a1bc1b..9a8f7dd0 100644 --- a/src/nfc/qllcpserver_android_p.cpp +++ b/src/nfc/qllcpserver_android_p.cpp @@ -49,7 +49,7 @@ QLlcpServerPrivate::QLlcpServerPrivate(QLlcpServer *q) { } -bool QLlcpServerPrivate::listen(const QString &serviceUri) +bool QLlcpServerPrivate::listen(const QString &/*serviceUri*/) { /*//The server is already listening if (isListening()) -- cgit v1.2.3