summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-02 19:41:08 -0800
committerKhem Raj <raj.khem@gmail.com>2024-03-02 19:48:05 -0800
commit3c36a915d683845df9c2fe58d21ee118a46b9b07 (patch)
tree3a3f1d6017cc6a441a6db078ee793be06d737ef7 /meta-networking
parentaf83891477092b1d9fed875f1e57ed92a8283b5c (diff)
downloadmeta-openembedded-3c36a915d683845df9c2fe58d21ee118a46b9b07.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_9.27.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_9.27.0.bb b/meta-networking/recipes-support/drbd/drbd-utils_9.27.0.bb
index c50d32622..e1fd8e448 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_9.27.0.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_9.27.0.bb
@@ -29,6 +29,9 @@ DEPENDS = "flex-native keyutils"
29 29
30inherit autotools-brokensep systemd 30inherit autotools-brokensep systemd
31 31
32# -Wunused-but-set-variable -Wunused-const-variable -Winconsistent-missing-override
33CPPFLAGS:append = " -Wno-error"
34
32EXTRA_OECONF = " \ 35EXTRA_OECONF = " \
33 --with-initdir=/etc/init.d \ 36 --with-initdir=/etc/init.d \
34 --without-pacemaker \ 37 --without-pacemaker \