diff options
author | Brian Carlstrom <bdc@google.com> | 2010-05-06 23:44:16 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2010-05-07 15:01:18 -0700 |
commit | 44e0e560c92338110953ce806df475fedcdf926e (patch) | |
tree | c36e09c47ecea1064441c0fa960731a5cd9042cf /NativeCode.mk | |
parent | 0f840f7eadd6f14a00bf18199fede8325a3536fc (diff) | |
download | libcore-44e0e560c92338110953ce806df475fedcdf926e.zip libcore-44e0e560c92338110953ce806df475fedcdf926e.tar.gz libcore-44e0e560c92338110953ce806df475fedcdf926e.tar.bz2 |
Enable -Wall -Wextra for libcore and cleanup all but one warning
Change-Id: Ied76662c470ba878cec61189acf29f5cbbd4ccd4
Diffstat (limited to 'NativeCode.mk')
-rw-r--r-- | NativeCode.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NativeCode.mk b/NativeCode.mk index 41ca7cb..d448877 100644 --- a/NativeCode.mk +++ b/NativeCode.mk @@ -85,6 +85,8 @@ core_static_libraries := $(sort $(LOCAL_STATIC_LIBRARIES)) include $(CLEAR_VARS) +LOCAL_CFLAGS += -Wall -Wextra + ifeq ($(TARGET_ARCH),arm) # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4" LOCAL_CFLAGS += -Wno-psabi |