From 7db8fe18f768a62874234bf49fe8ef814b519c4b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 28 May 2016 12:22:55 +0200 Subject: [PATCH] we are not using pipes so no problem, but there is something wrong here (nw) --- scripts/src/3rdparty.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 0a3a7be2a0f..f9cc862e9d7 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1051,6 +1051,8 @@ project "uv" "-Wno-missing-braces", "-Wno-undef", "-Wno-unused-variable", + "-Wno-format-security", + "-Wno-format", }