[oe-commits] [meta-openembedded] 01/03: libwebsockets: Fix the build with -Os

git at git.openembedded.org git at git.openembedded.org
Thu Aug 29 14:06:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2ed7adafdaafb126c15495b7c6a92094c545d912
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Thu Aug 29 13:39:34 2019 +0300

    libwebsockets: Fix the build with -Os
    
    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 at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/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 50620d9..fcabeb9 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list