summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-01-06 14:13:09 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 22:14:55 +0000
commit337e3107692aa449705d80c63f2fe22edd31811c (patch)
tree2fc0f1c297ea9745e34b0a4380d54371cd445b54 /build/common.gypi
parent913e9f10ad69454feae9b0b8b46f92dba185abf6 (diff)
downloadchromium_src-337e3107692aa449705d80c63f2fe22edd31811c.zip
chromium_src-337e3107692aa449705d80c63f2fe22edd31811c.tar.gz
chromium_src-337e3107692aa449705d80c63f2fe22edd31811c.tar.bz2
clang: Stop disabling -Wbitfield-width
The warning was made less aggressive in clang a while ago and now never fires in practice unless it's useful. We can stop disabling it. No behavior change. BUG=none Review URL: https://codereview.chromium.org/1562123002 Cr-Commit-Position: refs/heads/master@{#367933}
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 5110e1c..2e0aeb0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2673,9 +2673,6 @@
# TODO(thakis): Enable this, crbug.com/507717
'-Wno-shift-negative-value',
-
- # TODO(thakis): Consider enabling this?
- '-Wno-bitfield-width',
],
},
'includes': [ 'set_clang_warning_flags.gypi', ],