diff options
author | Elliott Hughes <enh@google.com> | 2010-08-12 15:54:56 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-08-12 15:54:56 -0700 |
commit | 24144d482dcd5deac58a5dca7042379c05b56b5e (patch) | |
tree | b391a19031ad3ca1b3db0bfda1d34119ce37f59b /NativeCode.mk | |
parent | a92f883cda9e483c64f78dbba0031e6e43cd00ab (diff) | |
download | libcore-24144d482dcd5deac58a5dca7042379c05b56b5e.zip libcore-24144d482dcd5deac58a5dca7042379c05b56b5e.tar.gz libcore-24144d482dcd5deac58a5dca7042379c05b56b5e.tar.bz2 |
Clean up our final native code warnings, and turn on -Werror.
Change-Id: I54bb29e357812b089e83f3a2a831c80f5114a27a
Diffstat (limited to 'NativeCode.mk')
-rw-r--r-- | NativeCode.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeCode.mk b/NativeCode.mk index d448877..6caf79c 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 +LOCAL_CFLAGS += -Wall -Wextra -Werror ifeq ($(TARGET_ARCH),arm) # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4" |