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"