From 08f91e84e019d824de3d99011f1809f7a8acf9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Andrei=20M=C4=83ce=C8=99?= Date: Sun, 2 Sep 2018 20:40:30 +0300 Subject: gpt: Add -Wno-format-security MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ș --- gpt/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt/Android.mk b/gpt/Android.mk index bbd71ebf4..1b694ea01 100644 --- a/gpt/Android.mk +++ b/gpt/Android.mk @@ -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) -- cgit v1.2.3