Removed build warnning 13/65413/1 accepted/tizen/common/20160411.125737 accepted/tizen/ivi/20160411.051204 accepted/tizen/mobile/20160411.051201 accepted/tizen/tv/20160411.051122 accepted/tizen/wearable/20160411.051039 submit/tizen/20160411.011548
authortaesubkim <taesub.kim@samsung.com>
Mon, 11 Apr 2016 01:05:23 +0000 (10:05 +0900)
committertaesubkim <taesub.kim@samsung.com>
Mon, 11 Apr 2016 01:05:43 +0000 (10:05 +0900)
Change-Id: I942147d45ef17f4c3dcf2141ca62047ea3f00683
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
packaging/capi-network-wifi.spec
test/wifi_test.c

index 71849a8..0b3d734 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-wifi
 Summary:       Network Wi-Fi library in TIZEN C API
-Version:       1.0.71
+Version:       1.0.72
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 4aef720..a09ec97 100755 (executable)
@@ -1584,7 +1584,9 @@ int test_wifi_tdls_get_connected_peer(void)
 int main(int argc, char **argv)
 {
        GMainLoop *mainloop;
+#if !GLIB_CHECK_VERSION(2, 36, 0)
        g_type_init();
+#endif
        mainloop = g_main_loop_new(NULL, FALSE);
 
        GIOChannel *channel = g_io_channel_unix_new(0);