summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/src/3rdparty.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index 10e3efeb16a..14e7ca21b09 100755
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -866,6 +866,7 @@ project "7z"
configuration { "gmake or ninja" }
buildoptions_c {
"-Wno-error=undef",
+ "-Wno-error=strict-prototypes",
}
if _OPTIONS["gcc"]~=nil then
if string.find(_OPTIONS["gcc"], "clang") then