[PATCH-Android] [android/build] Disable Werror option to avoid build errors using GCC 4.5/4.6.
Sachin Kamat
sachin.kamat at linaro.org
Wed Mar 16 05:16:30 UTC 2011
Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
Change-Id: I471e831d569b37345752d788f5a213ffd6616690
---
core/config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/core/config.mk b/core/config.mk
index a76aec8..45100fb 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -98,7 +98,7 @@ COMMON_JAVA_PACKAGE_SUFFIX := .jar
COMMON_ANDROID_PACKAGE_SUFFIX := .apk
# list of flags to turn specific warnings in to errors
-TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point
+TARGET_ERROR_FLAGS :=
# TODO: do symbol compression
TARGET_COMPRESS_MODULE_SYMBOLS := false
--
1.7.1
More information about the linaro-dev
mailing list