From b69071d3ce33ca3cccf0143470ea456cf586368d Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 19 Jun 2016 11:32:05 +0200 Subject: [PATCH] evas: fix double define /usr/local-efl/include/evas-1/Evas_Legacy.h:3762:30: warning: redefinition of typedef 'Evas_Load_Error' is a C11 feature [-Wtypedef-redefinition] typedef Efl_Image_Load_Error Evas_Load_Error; ^ /usr/local-efl/include/evas-1/Evas_Loader.h:126:30: note: previous definition is here typedef Efl_Image_Load_Error Evas_Load_Error; ^ thank you jpeg :P --- src/lib/evas/Evas_Legacy.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 4b8b88f..14bc773 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h @@ -3759,8 +3759,6 @@ EAPI void evas_object_image_load_scale_down_set(Evas_Object *obj, int scale_down */ EAPI int evas_object_image_load_scale_down_get(const Evas_Object *obj); -typedef Efl_Image_Load_Error Evas_Load_Error; - /** * @brief Retrieves a number representing any error that occurred during the * last loading of the given image object's source image. -- 2.7.4