summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-05-08 16:08:36 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-08 16:08:36 -0700
commit1465941e66cd8167f959ebe72979180114c0cd1f (patch)
tree6ddd82161b799040c3ff268a6df1b2afe034eb99
parent8c65f360e19791c971f71c165bb22adc3ed11092 (diff)
parentfff93d76c6eb1c1fe9e8f7e675389efce3580b2a (diff)
downloadscrypt-1465941e66cd8167f959ebe72979180114c0cd1f.tar.gz
Merge "Do not warn about ignored warnings"
am: fff93d76c6 Change-Id: I91fbd09082bbabd24ee4d2eb03f090e9075859ee
-rw-r--r--sources.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources.bp b/sources.bp
index 8c7f886..4e29880 100644
--- a/sources.bp
+++ b/sources.bp
@@ -27,8 +27,8 @@ cc_defaults {
"-DUSE_OPENSSL_PBKDF2",
"-Wall",
"-Werror",
- "-Wno-error=implicit-function-declaration",
- "-Wno-error=unused-variable",
+ "-Wno-implicit-function-declaration",
+ "-Wno-unused-variable",
],
export_include_dirs: [