am 25d2a1a9: Merge "Fix build: Remove -Wold-style-cast"

* commit '25d2a1a916058634a23d89d287b18eb18c140081':
  Fix build: Remove -Wold-style-cast
This commit is contained in:
Dmitriy Ivanov 2015-03-06 21:17:50 +00:00 committed by Android Git Automerger
commit 6821d0b623
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)