Re: Trouble compiling ... Re: ofono fails to compile on gcc-6.3

2019-01-22 Thread Marcel Holtmann
Hi Denis, > CC drivers/rilmodem/network-registration.o > drivers/rilmodem/network-registration.c:40:32: error: unknown option > after ‘#pragma GCC diagnostic’ kind [-Werror=pragmas] >#pragma GCC diagnostic ignored "-Wrestrict" > cc1: error: unrecognized command

Re: [PATCH] fix compilation on gcc-6.3

2019-01-22 Thread Denis Kenzior
Hi Pavel, On 12/29/2018 04:24 PM, Pavel Machek wrote: gcc-6 fails to compile ofono due to #pragma directives. Limit them to gcc versions where they are needed. Applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] document getting of ell, point people at useful docs

2019-01-22 Thread Marcel Holtmann
Hi Pavel, > Currently there's README and HACKING... each describing part of what > needs to be done to build ofono. > > Provide some cross-links and fix build example. > > diff --git a/HACKING b/HACKING > index 15ea291..b1bd599 100644 > --- a/HACKING > +++ b/HACKING > @@ -45,7 +45,8 @@