Condition for glib version added ( compilation warning) 08/28708/2
authorPatryk Kaczmarek <patryk.k@samsung.com>
Tue, 14 Oct 2014 10:43:41 +0000 (12:43 +0200)
committerPatryk Kaczmarek <patryk.k@samsung.com>
Tue, 14 Oct 2014 10:45:06 +0000 (12:45 +0200)
Change-Id: I01b180c920077356d5a176de22a389a91dd3f4e3

eail/eail.c

index 714822a..8af6055 100644 (file)
@@ -331,9 +331,9 @@ elm_modapi_init(void *m)
      }
 
    initialized = TRUE;
-
+#if !GLIB_CHECK_VERSION(2,35,0)
    g_type_init();
-
+#endif
    listener_list = g_hash_table_new_full
                   (g_int_hash, g_int_equal, NULL, eail_listener_info_destroy);