Message ID | 1300252598-1653-9-git-send-email-sachin.kamat@linaro.org |
---|---|
State | Accepted |
Headers | show |
diff --git a/NativeCode.mk b/NativeCode.mk index 4c6ffa5..7b56aef 100644 --- a/NativeCode.mk +++ b/NativeCode.mk @@ -85,7 +85,7 @@ core_static_libraries := $(sort $(LOCAL_STATIC_LIBRARIES)) include $(CLEAR_VARS) -LOCAL_CFLAGS += -Wall -Wextra -Werror +LOCAL_CFLAGS += -Wall -Wextra ifeq ($(TARGET_ARCH),arm) # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Change-Id: I2c4699686ada362b43b836ace61636fc000720d3 --- NativeCode.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)