gpt: Add -Wno-format-security

The existing -Wno-format requires it:

error: -Wformat-security ignored without -Wformat [-Werror=format-security]

Change-Id: I9e4177df3437f582b7c71fdaf364ab3b7ced595e
Signed-off-by: D. Andrei Măceș <andrei@unlegacy-android.org>
This commit is contained in:
D. Andrei Măceș
2018-09-02 20:40:30 +03:00
committed by Dees Troy
parent 38d2d5268e
commit 08f91e84e0
+1 -1
View File
@@ -13,7 +13,7 @@ LOCAL_SRC_FILES = \
gpt.c \
gptcrc32.c
LOCAL_CFLAGS := -Wno-format
LOCAL_CFLAGS := -Wno-format -Wno-format-security
LOCAL_SHARED_LIBRARIES := libc
include $(BUILD_SHARED_LIBRARY)