aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Naidis <alex.naidis@linux.com>2016-10-26 22:57:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-26 22:57:37 +0000
commit08cdb4125675565287897bcbaf31ee8139fcd2f7 (patch)
tree6423a5f6442be348558806010d219bd1164d0c2b
parent5d3e1f0863130aeea117307d63e24e559d365703 (diff)
parentf82e078cecbeeaf4c0a9089d92618653580146cd (diff)
downloadlibjpeg-turbo-08cdb4125675565287897bcbaf31ee8139fcd2f7.tar.gz
libjpeg-turbo: add -Werror am: aab6271720 am: df21a4cb22
am: f82e078cec Change-Id: I1ac4b789934179a0a763afe971c699f93b61f70f
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 19f54e33..953f0656 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@ LOCAL_PATH:= $(call my-dir)
libjpeg_turbo_common_arm_mode := arm
libjpeg_turbo_common_cflags := -O3 -fstrict-aliasing
-libjpeg_turbo_common_cflags += -Wno-unused-parameter
+libjpeg_turbo_common_cflags += -Wno-unused-parameter -Werror
# If we are certain that the ARM v7 device has NEON (and there is no need for
# a runtime check), we can indicate that with a flag.