diff options
author | 2016-05-28 12:22:55 +0200 | |
---|---|---|
committer | 2016-05-28 12:22:55 +0200 | |
commit | 7db8fe18f768a62874234bf49fe8ef814b519c4b (patch) | |
tree | 19d0e028b6572d27f492494d669ccfb2d49248f5 /scripts/src | |
parent | 6b9c752850531d3b3a5d039d4b851a539583accb (diff) |
we are not using pipes so no problem, but there is something wrong here (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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", } |