Re: [E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-17 Thread Romain Naour
Hi, Le 16/04/2019 à 22:23, Vincent Torri a écrit : > can you open a ticket on phab ? Done: https://phab.enlightenment.org/T7818 Best regards, Romain > > Vincent > > On Tue, Apr 16, 2019 at 10:10 PM Romain Naour wrote: >> >> __has_attribute has been introduced with gcc 5 [1]. >> >> [1] https:

Re: [E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-16 Thread Vincent Torri
can you open a ticket on phab ? Vincent On Tue, Apr 16, 2019 at 10:10 PM Romain Naour wrote: > > __has_attribute has been introduced with gcc 5 [1]. > > [1] https://www.gnu.org/software/gcc/gcc-5/changes.html > > Fixes: > http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fc

[E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-16 Thread Romain Naour
__has_attribute has been introduced with gcc 5 [1]. [1] https://www.gnu.org/software/gcc/gcc-5/changes.html Fixes: http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fcc0afa/build-end.log --- src/static_libs/libunibreak/wordbreak.c | 6 ++ 1 file changed, 6 insertions(+