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:
Khem Raj
2024-03-02 19:41:08 -08:00
parent af83891477
commit 3c36a915d6
@@ -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 \