Evas VG: Fix clang warning

This commit is contained in:
Jean-Philippe Andre 2015-12-15 14:35:58 +09:00
parent 2960b70340
commit 42744eff6f
1 changed files with 1 additions and 3 deletions

View File

@ -155,9 +155,7 @@ _efl_vg_container_efl_vg_base_dup(Eo *obj,
{
// By setting parent, we automatically reference
// this new object as a child of obj. Magic at work !
eo_add_ref(eo_class_get(child),
obj,
efl_vg_dup(child));
(void) eo_add_ref(eo_class_get(child), obj, efl_vg_dup(child));
}
}