All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libwebsockets: Fix the build with -Os
@ 2019-08-29 10:39 Adrian Bunk
  2019-08-29 18:46 ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Adrian Bunk @ 2019-08-29 10:39 UTC (permalink / raw)
  To: openembedded-devel

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 <bunk@stusta.de>
---
 .../recipes-connectivity/libwebsockets/libwebsockets_3.1.0.bb   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.1.0.bb b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.1.0.bb
index 50620d99e..fcabeb902 100644
--- a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.1.0.bb
+++ b/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_3.1.0.bb
@@ -28,3 +28,5 @@ EXTRA_OECMAKE += " \
 PACKAGES =+ "${PN}-testapps"
 
 FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"
+
+CFLAGS_append = " -Wno-error"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-30  5:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29 10:39 [meta-oe][PATCH] libwebsockets: Fix the build with -Os Adrian Bunk
2019-08-29 18:46 ` Khem Raj
2019-08-29 19:14   ` Adrian Bunk
2019-08-29 19:54     ` Khem Raj
2019-08-29 20:25       ` Adrian Bunk
2019-08-29 20:51         ` Khem Raj
2019-08-29 21:23           ` Adrian Bunk
2019-08-29 22:09             ` Khem Raj
2019-08-30  5:13               ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.