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:
Adrian Bunk
2019-08-29 13:39:34 +03:00
committed by Khem Raj
parent 55dabe20b9
commit 2d3a7261e6
@@ -28,3 +28,5 @@ EXTRA_OECMAKE += " \
PACKAGES =+ "${PN}-testapps"
FILES_${PN}-testapps += "${datadir}/libwebsockets-test-server/*"
CFLAGS_append = " -Wno-error"