summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/google-misc/google-misc.inc
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-02-01 02:47:03 +0300
committerWilliam A. Kennington III <wak@google.com>2022-02-01 03:30:03 +0300
commit4f11bb02327c83e8691228e863eb6d1b9683f316 (patch)
treea55b458e542616c40376f16fe576a6f24fb42bbb /meta-google/recipes-google/google-misc/google-misc.inc
parent727cbba7431dd145685695d55fdc3fb25cc9d7a0 (diff)
downloadopenbmc-4f11bb02327c83e8691228e863eb6d1b9683f316.tar.xz
meta-google: google-misc: Don't error for compiler warnings
We don't want to break the build if the compiler becomes more strict. Change-Id: I942a18373fb154f3a4b6dea646e8cec532a5d347 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/google-misc/google-misc.inc')
-rw-r--r--meta-google/recipes-google/google-misc/google-misc.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-google/google-misc/google-misc.inc b/meta-google/recipes-google/google-misc/google-misc.inc
index 061a583c50..8086645e83 100644
--- a/meta-google/recipes-google/google-misc/google-misc.inc
+++ b/meta-google/recipes-google/google-misc/google-misc.inc
@@ -10,3 +10,5 @@ SRCREV = "af46bea650b072b978619acfbfd7cc1b3aead30b"
S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}"
inherit meson pkgconfig
+
+EXTRA_OEMESON += "-Dwerror=false"