Evas VG: Fix clang warning
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 15 Dec 2015 05:35:58 +0000 (14:35 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 15 Dec 2015 06:05:03 +0000 (15:05 +0900)
src/lib/evas/canvas/evas_vg_container.c

index 32ffbfa..fbaa8bc 100644 (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));
      }
 }