mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
gd: disable maybe-uninitialized error
This fixes build with gcc16 until a suitable solution is found: https://github.com/libgd/libgd/issues/990 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -43,6 +43,8 @@ EXTRA_OECONF += "--disable-rpath"
|
|||||||
|
|
||||||
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
||||||
|
|
||||||
|
CFLAGS += "-Wno-error=maybe-uninitialized"
|
||||||
|
|
||||||
DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
|
DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
|
||||||
|
|
||||||
do_install:append:class-target() {
|
do_install:append:class-target() {
|
||||||
|
|||||||
Reference in New Issue
Block a user