Commit b7843952 authored by Gaurav Shah's avatar Gaurav Shah Committed by android-build-merger
Browse files

Merge "Add -Wno-unused-parameter when using libchrome."

am: 19a1dcea

* commit '19a1dcea':
  Add -Wno-unused-parameter when using libchrome.
parents 06b07625 19a1dcea
......@@ -63,7 +63,7 @@ include $(CLEAR_VARS)
ifeq ($(USE_32_BIT_KEYSTORE), true)
LOCAL_MULTILIB := 32
endif
LOCAL_CFLAGS := -Wall -Wextra -Werror
LOCAL_CFLAGS := -Wall -Wextra -Werror -Wno-unused-parameter
LOCAL_SRC_FILES := keystore_cli_v2.cpp
LOCAL_SHARED_LIBRARIES := \
libchrome \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment