mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Clang: -Wno-unused-private-field.
This commit is contained in:
@@ -1014,6 +1014,7 @@ function toolchain(_buildDir, _libDir)
|
||||
"-arch arm64",
|
||||
"-Wno-error=unused-command-line-argument",
|
||||
"-Wno-unused-command-line-argument",
|
||||
"-Wno-unused-private-field",
|
||||
}
|
||||
|
||||
configuration { "osx*" }
|
||||
@@ -1032,6 +1033,7 @@ function toolchain(_buildDir, _libDir)
|
||||
"-Wfatal-errors",
|
||||
"-Wunused-value",
|
||||
"-Wundef",
|
||||
"-Wno-unused-private-field",
|
||||
}
|
||||
includedirs { path.join(bxDir, "include/compat/ios") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user