Build with -Wextra-semi
Bug: chromium:1355871 Change-Id: Id6c9774e7f7a86837f02cddfea0b36724e7c609e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/100343 Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
0c2bdac445
commit
667db19838
|
@ -115,6 +115,7 @@ config("internal_config") {
|
||||||
"-Wdeprecated-copy",
|
"-Wdeprecated-copy",
|
||||||
"-Wdeprecated-copy-dtor",
|
"-Wdeprecated-copy-dtor",
|
||||||
"-Wduplicate-enum",
|
"-Wduplicate-enum",
|
||||||
|
"-Wextra-semi",
|
||||||
"-Wextra-semi-stmt",
|
"-Wextra-semi-stmt",
|
||||||
"-Wimplicit-fallthrough",
|
"-Wimplicit-fallthrough",
|
||||||
"-Winconsistent-missing-destructor-override",
|
"-Winconsistent-missing-destructor-override",
|
||||||
|
|
|
@ -406,7 +406,7 @@ class Adapter : public AdapterBase {
|
||||||
if (mDeviceId != 0) {
|
if (mDeviceId != 0) {
|
||||||
mArchitectureName = gpu_info::GetArchitectureName(mVendorId, mDeviceId);
|
mArchitectureName = gpu_info::GetArchitectureName(mVendorId, mDeviceId);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
enum class MTLGPUFamily {
|
enum class MTLGPUFamily {
|
||||||
Apple1,
|
Apple1,
|
||||||
|
|
Loading…
Reference in New Issue