Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6ab9f69dd785176cae19569ebdf67ddec0eddae4..69f5a1c5700ed6055d3c465a4f53439752f92c66 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -3680,9 +3680,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. |
@@ -4430,9 +4427,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 |
@@ -5073,7 +5067,6 @@ |
'-Wno-missing-braces', |
'-Wno-missing-declarations', |
'-Wno-msvc-include', |
- '-Wno-absolute-value', |
'-Wno-null-dereference', |
'-Wno-overloaded-virtual', |
'-Wno-parentheses', |