mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[3PP] ZLib: Ignore warnings-errors
This commit is contained in:
parent
34da168284
commit
7e51efeec5
7
third_party/zlib.lua
vendored
7
third_party/zlib.lua
vendored
|
|
@ -3,6 +3,13 @@ project("zlib")
|
|||
uuid("13d4073d-f1c9-47e3-a057-79b133596fc2")
|
||||
kind("StaticLib")
|
||||
language("C")
|
||||
cdialect("C90")
|
||||
filter({"toolset:gcc or clang"})
|
||||
buildoptions({
|
||||
"-Wno-implicit-function-declaration"
|
||||
})
|
||||
filter {}
|
||||
|
||||
files({
|
||||
"zlib/*.c",
|
||||
"zlib/*.h",
|
||||
|
|
|
|||
Loading…
Reference in a new issue