mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
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:
parent
04cadfa6b8
commit
a8ad791c76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user