summaryrefslogtreecommitdiffstats
path: root/NativeCode.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-08-12 15:54:56 -0700
committerElliott Hughes <enh@google.com>2010-08-12 15:54:56 -0700
commit24144d482dcd5deac58a5dca7042379c05b56b5e (patch)
treeb391a19031ad3ca1b3db0bfda1d34119ce37f59b /NativeCode.mk
parenta92f883cda9e483c64f78dbba0031e6e43cd00ab (diff)
downloadlibcore-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.mk2
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"