commit | 4f11bb02327c83e8691228e863eb6d1b9683f316 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jan 31 15:47:03 2022 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Feb 01 00:30:03 2022 +0000 |
tree | a55b458e542616c40376f16fe576a6f24fb42bbb | |
parent | 727cbba7431dd145685695d55fdc3fb25cc9d7a0 [diff] [blame] |
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>
diff --git a/meta-google/recipes-google/google-misc/google-misc.inc b/meta-google/recipes-google/google-misc/google-misc.inc index 061a583..8086645 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 @@ S = "${WORKDIR}/git/subprojects/${GOOGLE_MISC_PROJ}" inherit meson pkgconfig + +EXTRA_OEMESON += "-Dwerror=false"