From 40262670a75c82155ee57060cd4248a32ec6d836 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 8 Nov 2013 16:51:09 +0000 Subject: 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 --- build/common.gypi | 2 -- 1 file changed, 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', ], -- cgit v1.1