mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 14:46:02 +00:00
expect: Revert "expect-native: fix do_compile failure with gcc-14"
In the meantime there is a cleaner fix on the master branch and we also need to back-port more patches to support gcc-15 as well. This reverts commit 8bfdb53247c917559e7813c2e1bd2f6eb13c811d which is not in the master branch as a preparation for cherry-picking the newer fixes from there. (From OE-Core rev: 4ea89ba363228aa5e16412f85644608f4c645d5f) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
6a8b1708e0
commit
c8a81cd75f
@ -85,4 +85,4 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/766950/
|
||||
# expect5.45.4/exp_chan.c:62:5: error: initialization of 'struct Tcl_ChannelTypeVersion_ *' from incompatible pointer type 'int (*)(void *, int)' [-Wincompatible-pointer-types]
|
||||
CFLAGS:append = " -Wno-error=incompatible-pointer-types"
|
||||
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user