Commit 2ca5097c authored by l.gombos's avatar l.gombos Committed by Commit bot

Remove the intent to turn on Wextra for gcc (except MacOS).

We use clang with Wextra which seems to be more reliable and report less false positives. We no longer have an intent to turn on Wextra for gcc on posix-like systems any more (except MacOS).

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

Cr-Commit-Position: refs/heads/master@{#322101}
parent f5096612
...@@ -3603,8 +3603,6 @@ ...@@ -3603,8 +3603,6 @@
'-pthread', '-pthread',
'-fno-strict-aliasing', # See http://crbug.com/32204 '-fno-strict-aliasing', # See http://crbug.com/32204
'-Wall', '-Wall',
# TODO(evan): turn this back on once all the builds work.
# '-Wextra',
# Don't warn about unused function params. We use those everywhere. # Don't warn about unused function params. We use those everywhere.
'-Wno-unused-parameter', '-Wno-unused-parameter',
# Don't warn about the "struct foo f = {0};" initialization pattern. # Don't warn about the "struct foo f = {0};" initialization pattern.
......
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