GNOME Bugzilla – Bug 740279
cast to pointer from integer of different size
Last modified: 2015-02-27 16:59:21 UTC
jawimpl.c: In function 'jaw_impl_get_type': jawimpl.c:338:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] type = (GType)g_hash_table_lookup(typeTable, (gpointer)tflag); ^ jawimpl.c:404:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_hash_table_insert(typeTable, (gpointer)tflag, (gpointer)type); ^ jawimpl.c: In function 'jaw_impl_get_interface_data': jawimpl.c:485:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] JawInterfaceInfo *info = g_hash_table_lookup(jaw_impl->ifaceTable, (gpointer)iface);
Created attachment 290880 [details] [review] Patch to address problem
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]