mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:03:23 +00:00
drbd-utils: Disable warnings as errors
Newer clang ( 18+ ) finds more warnings and treats them as errors therefore disable warnings-as-errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
af83891477
commit
3c36a915d6
@ -29,6 +29,9 @@ DEPENDS = "flex-native keyutils"
|
|||||||
|
|
||||||
inherit autotools-brokensep systemd
|
inherit autotools-brokensep systemd
|
||||||
|
|
||||||
|
# -Wunused-but-set-variable -Wunused-const-variable -Winconsistent-missing-override
|
||||||
|
CPPFLAGS:append = " -Wno-error"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--with-initdir=/etc/init.d \
|
--with-initdir=/etc/init.d \
|
||||||
--without-pacemaker \
|
--without-pacemaker \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user