mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -29,6 +29,9 @@ DEPENDS = "flex-native keyutils"
|
||||
|
||||
inherit autotools-brokensep systemd
|
||||
|
||||
# -Wunused-but-set-variable -Wunused-const-variable -Winconsistent-missing-override
|
||||
CPPFLAGS:append = " -Wno-error"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-initdir=/etc/init.d \
|
||||
--without-pacemaker \
|
||||
|
||||
Reference in New Issue
Block a user