Change-Id: I7281bb3cfa729cbd3a0d5205e305a6f650959815
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
/* 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()
################################################################################
Name: smartcard-service
Summary: Smartcard Service FW
-Version: 0.1.45
+Version: 0.1.46
Release: 0
Group: libs
License: Apache-2.0