efl: warnings--

SVN revision: 82273
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-05 14:04:22 +00:00
parent af94656955
commit b716ab72e9
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ edbus_signal_handler_match_extra_set(EDBus_Signal_Handler *sh, ...)
static void _on_handler_of_conn_free(void *data, const void *dead_pointer);
static void
_on_connection_free(void *data, const void *dead_pointer)
_on_connection_free(void *data, const void *dead_pointer EINA_UNUSED)
{
EDBus_Signal_Handler *sh = data;
edbus_signal_handler_free_cb_del(sh, _on_handler_of_conn_free, sh->conn);

View File

@ -3849,7 +3849,7 @@ _ecore_evas_x_interface_gl_x11_new(void)
iface->window_get = _ecore_evas_gl_x11_window_get;
iface->resize_set = _ecore_evas_gl_x11_direct_resize_set;
iface->resize_get = _ecore_evas_gl_x11_direct_resize_get;
iface->extra_event_window_add = _ecore_evas_software_x11_extra_event_window_add;
iface->extra_event_window_add = _ecore_evas_gl_x11_extra_event_window_add;
iface->pre_post_swap_callback_set = _ecore_evas_gl_x11_pre_post_swap_callback_set;
return iface;