summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-12-17 11:30:35 -0800
committerAndreas Gampe <agampe@google.com>2015-12-17 11:30:35 -0800
commit224eaff0a908cd56b9981592e6469aec3cdb8725 (patch)
tree4a98cd79a636e2bafebe634c4b53f2171846e2d6
parent4be92ff9cdab332dec621f403d29765be42cc024 (diff)
downloadfio-224eaff0a908cd56b9981592e6469aec3cdb8725.tar.gz
Fio: Silence unused-X warnings
These are benign. Reduce build noise. Bug: 18632512 Change-Id: I29493d9c59420c5f9959121215ae37e2bf969bf2
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c617df42..ebe75077 100644
--- a/Android.mk
+++ b/Android.mk
@@ -96,6 +96,8 @@ LOCAL_CFLAGS += -DFIO_VERSION="\"fio-2.2.6\"" \
-std=gnu99 \
-Wno-pointer-arith \
-Wno-sign-compare \
+ -Wno-unused-parameter \
+ -Wno-unused-variable \
LOCAL_CFLAGS_64 += \
-DCONFIG_LINUX_SPLICE \