Commit c9aa95f7 authored by cmasone's avatar cmasone Committed by Commit bot

Disable -Wextra for all toolchains.

On clang, this flag is a no-op, and Blink code has a long way to go to be
clean with respect to these warnings on GCC toolchains. The GYP build has
never had -Wextra set, so let's just make GN in line with that.

BUG=424334
TEST=try bots
TBR=brettw

Review URL: https://codereview.chromium.org/692313002

Cr-Commit-Position: refs/heads/master@{#302693}
parent 0b789ef8
......@@ -531,7 +531,6 @@ config("chromium_code") {
} else {
cflags = [
"-Wall",
"-Wextra",
# GCC turns on -Wsign-compare for C++ under -Wall, but clang doesn't,
# so we specify it explicitly.
......
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