meson: Remove explicit werror override

We don't want to break most builders by default and the CI already
includes this option when building code.

Change-Id: Ib1a141ae5be7c4a29ce268dee279c053d0057d68
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meson.build b/meson.build
index 6b5b6a4..a135df1 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,6 @@
   meson_version: '>=0.49.0',
   default_options: [
     'warning_level=3',
-    'werror=true',
     'cpp_std=c++17',
   ])