aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-03-15 15:46:26 +0530
committerPatrik Ryd <patrik.ryd@linaro.org>2011-06-23 16:44:26 +0200
commitb563a5b08e05264bde69f844657a1c697b3d1014 (patch)
tree68666a5d3af445b476ab6d7f84354e81ed9a9e1d
parentf241d462634527692b7d99335cdc8c11883ac966 (diff)
downloadlibcore-linaro_android_2.3.4.tar.gz
Disable Werror option to avoid build errors using GCC 4.5/4.6.linaro_android_2.3.4
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Change-Id: I2c4699686ada362b43b836ace61636fc000720d3
-rw-r--r--NativeCode.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk
index 4c6ffa5cfcb..7b56aef3665 100644
--- a/NativeCode.mk
+++ b/NativeCode.mk
@@ -85,7 +85,7 @@ core_static_libraries := $(sort $(LOCAL_STATIC_LIBRARIES))
include $(CLEAR_VARS)
-LOCAL_CFLAGS += -Wall -Wextra -Werror
+LOCAL_CFLAGS += -Wall -Wextra
ifeq ($(TARGET_ARCH),arm)
# Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"