On Sun, Jan 20, 2013 at 12:41 PM, Gustavo Sverzut Barbieri
wrote:
> Hi,
>
> Today compiling efl with clang some warnings shows. While there are
> some false alarms with EINA_INLINE macros (I'll try to check what to
> do about those), some are valid.
>
> == eet_chipher.c eet_decipher() ==
> lib/eet
I'm currently removing the warnings from both gcc and clang, but to
really fix the code, it makes more sense for the ones who wrote it to
do this review.
On Sun, Jan 20, 2013 at 12:41 PM, Gustavo Sverzut Barbieri
wrote:
> Hi,
>
> Today compiling efl with clang some warnings shows. While there ar
Hi, Gustavo.
I've fixed warnings in edje_entry.c as rev 83033.
Thanks.
On Sunday, January 20, 2013, Gustavo Sverzut Barbieri wrote:
> Hi,
>
> Today compiling efl with clang some warnings shows. While there are
> some false alarms with EINA_INLINE macros (I'll try to check what to
> do about thos
Hi,
Today compiling efl with clang some warnings shows. While there are
some false alarms with EINA_INLINE macros (I'll try to check what to
do about those), some are valid.
== eet_chipher.c eet_decipher() ==
lib/eet/eet_cipher.c:1096:8: warning: variable 'opened' is used uninitialized
when