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).
This commit is contained in:
FlykeSpice 2024-12-31 13:35:05 -03:00 committed by GitHub
parent 04cadfa6b8
commit a8ad791c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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