From patchwork Wed Mar 16 05:16:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 610 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:44:07 -0000 Delivered-To: patches@linaro.org Received: by 10.151.46.5 with SMTP id y5cs90969ybj; Tue, 15 Mar 2011 22:29:13 -0700 (PDT) Received: by 10.151.4.9 with SMTP id g9mr926293ybi.60.1300253353464; Tue, 15 Mar 2011 22:29:13 -0700 (PDT) Received: from mailout4.samsung.com (mailout4.samsung.com [203.254.224.34]) by mx.google.com with ESMTP id m14si1690950ybn.14.2011.03.15.22.29.12; Tue, 15 Mar 2011 22:29:13 -0700 (PDT) Received-SPF: neutral (google.com: 203.254.224.34 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=203.254.224.34; Authentication-Results: mx.google.com; spf=neutral (google.com: 203.254.224.34 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: from epmmp1 (mailout4.samsung.com [203.254.224.34]) by mailout4.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LI4000VSXVTSYB0@mailout4.samsung.com>; Wed, 16 Mar 2011 14:28:41 +0900 (KST) Received: from Linaro.sisodomain.com ([107.108.215.143]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LI400DA3XVI9T@mmp1.samsung.com>; Wed, 16 Mar 2011 14:28:41 +0900 (KST) Date: Wed, 16 Mar 2011 10:46:30 +0530 From: Sachin Kamat Subject: [PATCH-Android] [android/build] Disable Werror option to avoid build errors using GCC 4.5/4.6. In-reply-to: <1300252598-1653-1-git-send-email-sachin.kamat@linaro.org> To: linaro-dev@lists.linaro.org Cc: patches@linaro.org Message-id: <1300252598-1653-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.1 Content-transfer-encoding: 7BIT References: <1300252598-1653-1-git-send-email-sachin.kamat@linaro.org> Signed-off-by: Sachin Kamat 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