Fix build: Remove -Wold-style-cast

libz.h has macros using old-style-cast.

Change-Id: I48f7d85805c7c34e1453c863da3c9e734a57d479
This commit is contained in:
Dmitriy Ivanov 2015-03-06 13:07:52 -08:00
parent 4f0520fe6c
commit 34d1b0fa63
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ LOCAL_STATIC_LIBRARIES := libz
LOCAL_SHARED_LIBRARIES := libutils
LOCAL_MODULE:= libziparchive
LOCAL_CFLAGS := -Werror -Wall
LOCAL_CPPFLAGS := -Wold-style-cast
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)