From 98c0086a80098fa51576fd3f4aae17a851ef848a Mon Sep 17 00:00:00 2001 From: Jaehyun Kim Date: Thu, 13 Sep 2018 13:08:21 +0900 Subject: Fixed 'incompatible pointer type' warning Change-Id: If6a491f11ab73e2039d3194b8a02a24313fa78d7 Signed-off-by: Jaehyun Kim --- plugins/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index f89edfa0..76c15e59 100755 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -917,7 +917,7 @@ static void bluetooth_tech_remove(struct connman_technology *technology) static int bluetooth_tech_set_tethering(struct connman_technology *technology, const char *identifier, const char *passphrase, - const char *bridge, bool enabled, bool hidden) + const char *bridge, bool enabled) { GHashTableIter hash_iter; gpointer key, value; -- cgit v1.2.3