summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-09-29 21:33:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 21:33:10 +0000
commit003b37bbfe506eeb19b0131c12e01ce1ce098b50 (patch)
treef02caa6cc78e1135b3e244b04f806a709b7d63f2
parent495b0b37b4ecd736d9e4e15dfc44ff3cfdc2ed53 (diff)
parent39f767da28da1bd31957a586f63b937d6f0ccdc6 (diff)
downloadscrypt-003b37bbfe506eeb19b0131c12e01ce1ce098b50.tar.gz
Merge "Use -Werror in external/scrypt" am: bcc2d0c8ec am: 1ef1ce7c0e am: 9b1807ba4f
am: 39f767da28 Change-Id: I567257ab15938696a937de62a3d190d37a12f1c8
-rw-r--r--Android.bp1
-rw-r--r--sources.bp4
2 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef9b8a0..34c0718 100644
--- a/Android.bp
+++ b/Android.bp
@@ -28,6 +28,7 @@ cc_library_static {
cc_test {
name: "scrypt_test",
srcs: ["tests/scrypt_test.cpp"],
+ cflags: ["-Wall", "-Werror"],
shared_libs: ["libcrypto"],
static_libs: ["libscrypt_static"],
}
diff --git a/sources.bp b/sources.bp
index a2ba3f4..8c7f886 100644
--- a/sources.bp
+++ b/sources.bp
@@ -25,6 +25,10 @@ cc_defaults {
cflags: [
"-DHAVE_CONFIG_H",
"-DUSE_OPENSSL_PBKDF2",
+ "-Wall",
+ "-Werror",
+ "-Wno-error=implicit-function-declaration",
+ "-Wno-error=unused-variable",
],
export_include_dirs: [