Fix build: Remove -Wold-style-cast
libz.h has macros using old-style-cast. Change-Id: I48f7d85805c7c34e1453c863da3c9e734a57d479
This commit is contained in:
parent
4f0520fe6c
commit
34d1b0fa63
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue