[oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in this function [-Werror=maybe-uninitialized] if (m) ^ Signed-off-by: Adrian Bunk --- .../recipes-connectivity/libwebsockets/libwebsockets_

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in > this function [-Werror=maybe-uninitialized] > if (m) >^ > > Signed-off-by: Adri

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > > lib/event-libs/libuv/libuv.c:519:7: error: 'm' may be used uninitialized in > > this function [-Werror=

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > > > lib/event-libs/libuv/libuv.c: In function 'elops_destroy_context1_uv': > > > lib/event-libs/libuv/libuv.c:519:7: err

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote: > > > > > > > > lib/event-libs/libuv/libuv.c: In function 'elo

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem Raj wrote: > > > > On Thu, Aug 29, 2019 at 3:39 AM Adrian Bunk wrote

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote: > > > > > > > > On Thu, Aug 29, 2019 at 11:46:55AM -0700, Khem

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Khem Raj
On Thu, Aug 29, 2019 at 2:23 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: > > On Thu, Aug 29, 2019 at 1:25 PM Adrian Bunk wrote: > > > > > > On Thu, Aug 29, 2019 at 12:54:16PM -0700, Khem Raj wrote: > > > > On Thu, Aug 29, 2019 at 12:14 PM Adrian Bunk wrote

Re: [oe] [meta-oe][PATCH] libwebsockets: Fix the build with -Os

2019-08-29 Thread Adrian Bunk
On Thu, Aug 29, 2019 at 03:09:17PM -0700, Khem Raj wrote: > On Thu, Aug 29, 2019 at 2:23 PM Adrian Bunk wrote: > > On Thu, Aug 29, 2019 at 01:51:05PM -0700, Khem Raj wrote: >... > > > and better still with a patch. > > > > But please do not add such patches to OE. > > > > Patches from people who d