mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,3 +28,5 @@ EXTRA_OECMAKE += " \
|
||||
PACKAGES =+ "${PN}-testapps"
|
||||
|
||||
FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"
|
||||
|
||||
CFLAGS_append = " -Wno-error"
|
||||
|
||||
Reference in New Issue
Block a user