mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-07 13:45:51 +00:00
Roll glm 06f084063..bf71a8349 and turn on -Wextra-semi-stmt.
06f084063...bf71a8349
Bug: chromium:1064305
Change-Id: Id656cbc07b8a59a3485ebf08e806635514069109
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19480
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
8c8d16a1c5
commit
37193aa3b3
2
DEPS
2
DEPS
@ -91,7 +91,7 @@ deps = {
|
|||||||
|
|
||||||
# Dependencies for samples: GLM
|
# Dependencies for samples: GLM
|
||||||
'third_party/glm': {
|
'third_party/glm': {
|
||||||
'url': '{github_git}/g-truc/glm.git@06f084063fd6d9aa2ef6904517650700ae47b63d',
|
'url': '{github_git}/g-truc/glm.git@bf71a834948186f4097caa076cd2663c69a10e1e',
|
||||||
'condition': 'dawn_standalone',
|
'condition': 'dawn_standalone',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -99,10 +99,7 @@ config("dawn_internal") {
|
|||||||
"-Wreturn-std-move-in-c++11",
|
"-Wreturn-std-move-in-c++11",
|
||||||
"-Wconditional-uninitialized",
|
"-Wconditional-uninitialized",
|
||||||
"-Wc++11-narrowing",
|
"-Wc++11-narrowing",
|
||||||
|
"-Wextra-semi-stmt",
|
||||||
# Turn on the following flag after removing the empty statement in
|
|
||||||
# third_party/glm/glm/simd/common.h:106
|
|
||||||
# "-Wextra-semi-stmt",
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user