Re: [E-devel] clang warnings -- please help

2013-01-25 Thread Henrique Dante
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

Re: [E-devel] clang warnings -- please help

2013-01-25 Thread Henrique Dante
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

Re: [E-devel] clang warnings -- please help

2013-01-20 Thread Jihoon Kim
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

[E-devel] clang warnings -- please help

2013-01-20 Thread Gustavo Sverzut Barbieri
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