summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 16:51:09 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 16:51:09 +0000
commit40262670a75c82155ee57060cd4248a32ec6d836 (patch)
tree7380d43803bc1642eb6ea229e05c958bf0fc8c18 /build
parent7a68dd9d835f1bb21936b9a3af029323b00efdd9 (diff)
downloadchromium_src-40262670a75c82155ee57060cd4248a32ec6d836.zip
chromium_src-40262670a75c82155ee57060cd4248a32ec6d836.tar.gz
chromium_src-40262670a75c82155ee57060cd4248a32ec6d836.tar.bz2
ios: Remove -Wno-unnamed-type-template-args.
Unnamed type template args are fine in C++11, there's no need for this flag. Mac removed it a while ago. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/63183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 820e8e4..5eafc33 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4221,8 +4221,6 @@
'-Wno-char-subscripts',
# Clang spots more unused functions.
'-Wno-unused-function',
- # See comments on this flag higher up in this file.
- '-Wno-unnamed-type-template-args',
# Match OS X clang C++11 warning settings.
'-Wno-c++11-narrowing',
],