summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-28 12:02:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-28 12:03:00 +0200
commitdf39e88fd79c95fd203531c224ee236f54e989fc (patch)
treee6777eb0bad639d42e1a14fe443dd324536ab120 /sd/source/ui/remotecontrol
parent25d850cd5b71948b35ca94ccef37653fe88d0829 (diff)
-Werror=ignored-qualifiers (GCC 8)
Change-Id: Ic660ab732fc53bfaaf161624972aa0e8fbbc82a4
Diffstat (limited to 'sd/source/ui/remotecontrol')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 2b01b046d381..8f829934b216 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -331,7 +331,7 @@ bluez4GetDefaultService( DBusConnection *pConnection )
else
{
SAL_INFO( "sdremote.bluetooth", "invalid type of reply to DefaultAdapter: '"
- << (const char) dbus_message_iter_get_arg_type( &it ) << "'" );
+ << (char) dbus_message_iter_get_arg_type( &it ) << "'" );
}
dbus_message_unref(pMsg);
return nullptr;