mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gtk+: Disable incompatible-pointer-types warning as error
Fixes build with GCC-14 which treats this warning as error by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e47585ffc8
commit
064f6fae4f
|
|
@ -32,3 +32,5 @@ python populate_packages:prepend () {
|
|||
if (d.getVar('DEBIAN_NAMES')):
|
||||
d.setVar(d.expand('PKG:${PN}'), '${MLPREFIX}libgtk-2.0')
|
||||
}
|
||||
|
||||
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user