summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 19:50:45 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-20 19:50:45 +0000
commit2ac5410d3ddf148a054303625fb87961758668e4 (patch)
treecbcf99a036f771d7435e184e375f43b8137b410f /build
parente4be88bde4a9b1f0d9a56bfc68447e0105657457 (diff)
downloadchromium_src-2ac5410d3ddf148a054303625fb87961758668e4.zip
chromium_src-2ac5410d3ddf148a054303625fb87961758668e4.tar.gz
chromium_src-2ac5410d3ddf148a054303625fb87961758668e4.tar.bz2
clang: Turn on -Wabsolute-value.
BUG=351479 TBR=hans@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/274533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271732 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c5a8f40..a515bc8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3672,9 +3672,6 @@
# code generated by flex (used in angle) contains that keyword.
# http://crbug.com/255186
'-Wno-deprecated-register',
-
- # TODO(thakis): Remove, http://crbug.com/341352
- '-Wno-absolute-value',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -4422,9 +4419,6 @@
# keyword. http://crbug.com/255186
'-Wno-deprecated-register',
- # TODO(thakis): Remove, http://crbug.com/341352
- '-Wno-absolute-value',
-
# This warns on selectors from Cocoa headers (-length, -set).
# cfe-dev is currently discussing the merits of this warning.
# TODO(thakis): Reevaluate what to do with this, based one
@@ -5065,7 +5059,6 @@
'-Wno-missing-braces',
'-Wno-missing-declarations',
'-Wno-msvc-include',
- '-Wno-absolute-value',
'-Wno-null-dereference',
'-Wno-overloaded-virtual',
'-Wno-parentheses',