Fixed 'incompatible pointer type' warning 47/189047/1 accepted/tizen/unified/20180914.073119 submit/tizen/20180913.042841
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 13 Sep 2018 04:08:21 +0000 (13:08 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 13 Sep 2018 04:08:56 +0000 (13:08 +0900)
Change-Id: If6a491f11ab73e2039d3194b8a02a24313fa78d7
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
plugins/bluetooth.c

index f89edfa..76c15e5 100755 (executable)
@@ -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;