mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:04:56 +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:
parent
47ab5b9a8d
commit
9e45d712f2
@ -43,6 +43,8 @@ EXTRA_OECONF += "--disable-rpath"
|
||||
|
||||
EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
|
||||
|
||||
CFLAGS += "-Wno-error=maybe-uninitialized"
|
||||
|
||||
DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized"
|
||||
|
||||
do_install:append:class-target() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user