Merge "Do not warn about ignored warnings"
diff --git a/sources.bp b/sources.bp
index 8c7f886..4e29880 100644
--- a/sources.bp
+++ b/sources.bp
@@ -27,8 +27,8 @@
         "-DUSE_OPENSSL_PBKDF2",
         "-Wall",
         "-Werror",
-        "-Wno-error=implicit-function-declaration",
-        "-Wno-error=unused-variable",
+        "-Wno-implicit-function-declaration",
+        "-Wno-unused-variable",
     ],
 
     export_include_dirs: [