OSDN Git Service

Remove bogus compiler flag from libart-compiler.
authorIan Rogers <irogers@google.com>
Thu, 30 Oct 2014 18:53:42 +0000 (11:53 -0700)
committerIan Rogers <irogers@google.com>
Thu, 30 Oct 2014 18:53:42 +0000 (11:53 -0700)
Change-Id: I2e2c555cb80c745e3d9859b88f16491ea146b38f

compiler/Android.mk

index 3edd913..2d38629 100644 (file)
@@ -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