Re: [OE-core] [PATCH 02/14] insserv: Fix build with gcc5 and clang

2015-04-24 Thread Khem Raj
On Fri, Apr 24, 2015 at 3:17 AM, Richard Purdie wrote: > On Thu, 2015-04-23 at 20:35 -0700, Khem Raj wrote: >> Kill 2 bugs with one patch > > I don't mind the patch but does anyone use inserv? Should we remove it? I had a usecase with daisy but it ended there. So I am ok to remove it. > > Cheers

Re: [OE-core] [PATCH 02/14] insserv: Fix build with gcc5 and clang

2015-04-24 Thread Richard Purdie
On Thu, 2015-04-23 at 20:35 -0700, Khem Raj wrote: > Kill 2 bugs with one patch I don't mind the patch but does anyone use inserv? Should we remove it? Cheers, Richard -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org htt

[OE-core] [PATCH 02/14] insserv: Fix build with gcc5 and clang

2015-04-23 Thread Khem Raj
Kill 2 bugs with one patch | insserv.c:997:5: note: each undeclared identifier is reported only once for each function it appears in | insserv.c:997:15: error: expected ';' before 'char' | extension char buf[strlen(myname)+2+strlen(fmt)+1]; |^ | insserv.c: In function 'main':