mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
shaderc: Disabled warnings.
This commit is contained in:
@@ -197,6 +197,11 @@ project "spirv-cross"
|
||||
"/wd4715", -- warning C4715: '': not all control paths return a value
|
||||
}
|
||||
|
||||
configuration { "mingw* or linux or osx" }
|
||||
buildoptions {
|
||||
"-Wno-type-limits",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
project "glslang"
|
||||
@@ -266,6 +271,8 @@ project "glslang"
|
||||
buildoptions {
|
||||
"-Wno-ignored-qualifiers",
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-logical-op",
|
||||
"-Wno-maybe-uninitialized",
|
||||
"-Wno-missing-field-initializers",
|
||||
"-Wno-reorder",
|
||||
"-Wno-return-type",
|
||||
|
||||
Reference in New Issue
Block a user