summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-04-25 20:58:11 -0700
committerYi Kong <yikong@google.com>2018-04-25 20:58:11 -0700
commitbc248c0a022862e58e5d33e6d135f0de1757a263 (patch)
tree6ddd82161b799040c3ff268a6df1b2afe034eb99
parent46c951675db25fd880bb97ef191108dd0746d13c (diff)
downloadscrypt-bc248c0a022862e58e5d33e6d135f0de1757a263.tar.gz
Do not warn about ignored warnings
Change warning level from Wno-error to Wno, since we ignore these warnings in external projects. Test: m Change-Id: Iffedaca0d2f83a186d10fdcd87045a1a98cdc701
-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: [