From a8ad791c767e0ee8bfa3cf21c1037400e92db762 Mon Sep 17 00:00:00 2001 From: FlykeSpice <69917355+FlykeSpice@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:35:05 -0300 Subject: 3rdparty/lzma: Don't treat K&R function definitions as an error. (#13080) Some AArch64-specific code in C/CpuArch.c uses () when it should be using (void). --- scripts/src/3rdparty.lua | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3