Commit 52d861bd by Shahbaz Youssefi Committed by Commit Bot

Disable -Wextra-semi-stmt

Due to bot build failures. Partially reverts: c09ae15c: Enable -Wextra-semi and -Wextra-semi-stmt. TBR=jmadill@chromium.org Bug: angleproject:3128 Change-Id: Ia3725e57d28cd899db59e1d8e760ad8ca3d5f70c Reviewed-on: https://chromium-review.googlesource.com/c/1450659Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 3d6e3004
......@@ -124,7 +124,9 @@ config("extra_warnings") {
cflags += [
# Remove when crbug.com/926235 is resolved.
"-Wextra-semi",
"-Wextra-semi-stmt",
# Enable after anglebug.com/3128 is fixed.
# "-Wextra-semi-stmt",
# Remove when crbug.com/428099 is resolved.
"-Winconsistent-missing-override",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment