summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-03 15:22:34 -0700
committerElliott Hughes <enh@google.com>2014-06-03 15:22:34 -0700
commitd286796fce1e6fff407b719a53eb2afbeb96c327 (patch)
treec1edc80194a19b7b443611acd0ffdea2ddfe130a /benchmarks
parent2f9400b679ffe08f7190781e64edda5edf0f7297 (diff)
downloadbionic-d286796fce1e6fff407b719a53eb2afbeb96c327.zip
bionic-d286796fce1e6fff407b719a53eb2afbeb96c327.tar.gz
bionic-d286796fce1e6fff407b719a53eb2afbeb96c327.tar.bz2
Turn on -Wunused and fix the mistakes it uncovers.
Change-Id: I023d2d8b547fbc21d4124bb7510d42b06a0dc501
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk
index cf3d692..f9722ae 100644
--- a/benchmarks/Android.mk
+++ b/benchmarks/Android.mk
@@ -24,7 +24,7 @@ LOCAL_PATH := $(call my-dir)
benchmark_c_flags = \
-O2 \
- -Wall -Wextra \
+ -Wall -Wextra -Wunused \
-Werror \
-fno-builtin \
-std=gnu++11 \