зеркало из https://github.com/stride3d/xkslang.git
Disable Clang extra semicolon warning.
Usually this warning is disabled by default. But when turned on Clang complains about extra semicolons in Glslang headers. Turn this off for now. See http://crbug.com/926235
This commit is contained in:
Родитель
8dff52509e
Коммит
1a1651c6e9
1
BUILD.gn
1
BUILD.gn
|
@ -141,6 +141,7 @@ source_set("glslang_sources") {
|
|||
|
||||
if (is_clang) {
|
||||
cflags_cc = [
|
||||
"-Wno-extra-semi",
|
||||
"-Wno-ignored-qualifiers",
|
||||
"-Wno-implicit-fallthrough",
|
||||
"-Wno-inconsistent-missing-override",
|
||||
|
|
Загрузка…
Ссылка в новой задаче