mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:32:18 +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:
parent
55dabe20b9
commit
2d3a7261e6
@ -28,3 +28,5 @@ EXTRA_OECMAKE += " \
|
||||
PACKAGES =+ "${PN}-testapps"
|
||||
|
||||
FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"
|
||||
|
||||
CFLAGS_append = " -Wno-error"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user