fix build warnings 86/64586/1 accepted/tizen/common/20160404.123534 accepted/tizen/ivi/20160405.012200 accepted/tizen/mobile/20160405.012104 accepted/tizen/tv/20160405.012123 accepted/tizen/wearable/20160405.012141 submit/tizen/20160404.030027
authorHyihong Chae <hh.chae@samsung.com>
Mon, 4 Apr 2016 02:52:10 +0000 (11:52 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Mon, 4 Apr 2016 02:54:45 +0000 (11:54 +0900)
Change-Id: I7281bb3cfa729cbd3a0d5205e305a6f650959815
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
client/ClientGDBus.cpp [changed mode: 0644->0755]
packaging/smartcard-service.spec [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index eb1eb2f..80f352d
@@ -30,7 +30,8 @@ using namespace std;
 /* below functions will be called when dlopen or dlclose is called */
 void __attribute__ ((constructor)) lib_init()
 {
-       g_type_init();
+       /* remove for deprecated-declarations build warning: glib ver > 2.36 */
+       /* g_type_init(); */
 }
 
 void __attribute__ ((destructor)) lib_fini()
old mode 100644 (file)
new mode 100755 (executable)
index 24967b0..f33380c
@@ -7,7 +7,7 @@
 ################################################################################
 Name:       smartcard-service
 Summary:    Smartcard Service FW
-Version:    0.1.45
+Version:    0.1.46
 Release:    0
 Group:      libs
 License:    Apache-2.0