aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.