summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-12-18 20:56:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-12-18 20:56:30 +0000
commit8e1988708e697835d28c627f0ae6739699ec1551 (patch)
tree1630f3c014d7571df026b43d416b684e14aa3086
parentb8d34aa95270a89e6d6916e447aede2bdbe158a5 (diff)
parent224eaff0a908cd56b9981592e6469aec3cdb8725 (diff)
downloadfio-8e1988708e697835d28c627f0ae6739699ec1551.tar.gz
Fio: Silence unused-X warnings
am: 224eaff0a9 * commit '224eaff0a908cd56b9981592e6469aec3cdb8725': Fio: Silence unused-X warnings
-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 \