eolian-cxx: Removes more warnings.

This commit is contained in:
Savio Sena 2014-07-21 21:32:22 -03:00
parent 9a1a0bb93e
commit d8523ed2ed
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ example_complex_types()
efl::eo::signal_connection conn =
bg.event_mouse_down_callback_add
([] (efl::evas::object obj, Eo_Event_Description const& desc, void* info)
([] (efl::evas::object obj EINA_UNUSED, Eo_Event_Description const& desc EINA_UNUSED, void* info EINA_UNUSED)
{
std::cout << "evas::box::mouse_down" << std::endl;
return EO_CALLBACK_CONTINUE;