mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
fvwm: Disable int-conversion and implicit-int warnings as errors
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e549ce1de1
commit
052194bf62
@ -75,6 +75,8 @@ EXTRA_OECONF = " \
|
||||
EXTRA_OEMAKE = " \
|
||||
V=1 \
|
||||
"
|
||||
# clang treats them as errors by default now starting with 15.0+
|
||||
CFLAGS += "-Wno-error=int-conversion -Wno-error=implicit-int"
|
||||
|
||||
do_install:append() {
|
||||
install -d -m 0755 ${D}/${sysconfdir}/xdg/fvwm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user