[EGIT] [core/efl] master 01/01: ecore_audio: deprecating enum is apparently not supported in every version of gcc.

2016-10-30 Thread Cedric BAIL
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ca766aa4c55c191c36dd108a738d89a7c95a2582 commit ca766aa4c55c191c36dd108a738d89a7c95a2582 Author: Cedric Bail Date: Sun Oct 30 15:49:54 2016 -0700 ecore_audio: deprecating enum is apparently not s

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_audio: deprecating enum is apparently not supported in every version of gcc.

2016-10-30 Thread Gustavo Sverzut Barbieri
not good... what about a EINA_DEPRECATED_ENUM and use that, with proper #ifdef to empty on systems that do not support it On Sun, Oct 30, 2016 at 8:50 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=ca766aa4c55c191c36dd108

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_audio: deprecating enum is apparently not supported in every version of gcc.

2016-10-30 Thread Cedric BAIL
On Sun, Oct 30, 2016 at 5:58 PM, Gustavo Sverzut Barbieri wrote: > not good... what about a EINA_DEPRECATED_ENUM and use that, with > proper #ifdef to empty on systems that do not support it I admit I gave up doing that as it require to write a custom autotools macro to detect if the compiler sup

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_audio: deprecating enum is apparently not supported in every version of gcc.

2016-10-31 Thread Jean Guyomarc'h
Oops, sorry. Worked fine with gcc 6.2.1 and clang 3.8, so I assumed it was good enough... Jean On Mon, Oct 31, 2016 at 2:14 AM, Cedric BAIL wrote: > On Sun, Oct 30, 2016 at 5:58 PM, Gustavo Sverzut Barbieri > wrote: >> not good... what about a EINA_DEPRECATED_ENUM and use that, with >> proper