From 47f8c5ba666f2d5c1e3bc9dfefad2cd16bb45b2c Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Wed, 31 Jul 2013 03:30:09 +0000 Subject: [PATCH] clang: Remove -Wno-reserved-user-defined-literal on mac and ios BUG=263960 TBR=stuartmorgan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214049 Review URL: https://codereview.chromium.org/20814004 git-svn-id: http://src.chromium.org/svn/trunk/src/build@214541 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common.gypi b/common.gypi index f6a19670e..6ae7ddcd0 100644 --- a/common.gypi +++ b/common.gypi @@ -3841,9 +3841,6 @@ # this is worth fixing. '-Wno-c++11-narrowing', - # TODO(thakis): Remove, http://crbug.com/263960 - '-Wno-reserved-user-defined-literal', - # Don't die on dtoa code that uses a char as an array index. # This is required solely for base/third_party/dmg_fp/dtoa.cc. '-Wno-char-subscripts', @@ -4156,8 +4153,6 @@ '-Wno-unnamed-type-template-args', # Match OS X clang C++11 warning settings. '-Wno-c++11-narrowing', - # TODO(thakis): Remove, http://crbug.com/263960 - '-Wno-reserved-user-defined-literal', ], }, 'target_conditions': [