From 99f84c410a23c0aa280976b9f75fc22eccab9fb5 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 30 Oct 2014 11:53:42 -0700 Subject: [PATCH] Remove bogus compiler flag from libart-compiler. Change-Id: I2e2c555cb80c745e3d9859b88f16491ea146b38f --- compiler/Android.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/Android.mk b/compiler/Android.mk index 3edd91380..2d38629db 100644 --- a/compiler/Android.mk +++ b/compiler/Android.mk @@ -233,9 +233,6 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT endif endif - # TODO: clean up the compilers and remove this. - LOCAL_CFLAGS += -Wno-unused-parameter - ifeq ($(ART_USE_PORTABLE_COMPILER),true) LOCAL_SHARED_LIBRARIES += libLLVM LOCAL_CFLAGS += -DART_USE_PORTABLE_COMPILER=1 -- 2.11.0