From d4a385747bc04526229820083227e8c6a2be704a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Thu, 23 May 2013 11:56:13 +0200 Subject: Fix build with gcc 4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I00c03521d2eadaf5e2ba301d3cef376a9ee2c586 Signed-off-by: Bernhard Rosenkränzer --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index f424ac51..b45f258c 100644 --- a/common.mk +++ b/common.mk @@ -12,7 +12,7 @@ common_libs := liblog libutils libcutils libhardware #Common C flags common_flags := -DDEBUG_CALC_FPS -Wno-missing-field-initializers -common_flags += -Werror +common_flags += -Werror -Wno-error=unused-parameter ifeq ($(ARCH_ARM_HAVE_NEON),true) common_flags += -D__ARM_HAVE_NEON -- cgit v1.2.3