Oops. Thanks!

On 12/08/16 12:07, Jean Guyomarc'h wrote:
> jayji pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=e249d792294f6b9c04a388ef1412d2ef43dbe9a8
>
> commit e249d792294f6b9c04a388ef1412d2ef43dbe9a8
> Author: Jean Guyomarc'h <j...@guyomarch.bzh>
> Date:   Fri Aug 12 12:51:59 2016 +0200
>
>     eo: fix guard to avoid redefinition of Efl_Object
>
>     Clang raised the warning:
>        redefinition of typedef 'Efl_Object' is a
>        C11 feature [-Wtypedef-redefinition]
>     for every compiling unit including Eo.h, which
>     caused a huge console pollution during compilation.
> ---
>  src/lib/eo/Eo.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h
> index 5821288..6183f04 100644
> --- a/src/lib/eo/Eo.h
> +++ b/src/lib/eo/Eo.h
> @@ -120,7 +120,7 @@ typedef Eo Efl_Class;
>  #define _EFL_CLASS_EO_CLASS_TYPE
>
>  typedef Eo Efl_Object;
> -#define _EFL_BASE_EO_CLASS_TYPE
> +#define _EFL_OBJECT_EO_CLASS_TYPE
>
>  #ifdef EFL_BETA_API_SUPPORT
>
>


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to