diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-30 05:15:18 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-30 05:15:18 +0000 |
commit | 1329af2d22abc7f8ba082e68eba701518c09a9fb (patch) | |
tree | e231e355c591c1d89bd2c40c4495eb7cb6e5f9c2 /build | |
parent | d9c8b11c296d9bf5906deb8365640e9a0adde350 (diff) | |
download | chromium_src-1329af2d22abc7f8ba082e68eba701518c09a9fb.zip chromium_src-1329af2d22abc7f8ba082e68eba701518c09a9fb.tar.gz chromium_src-1329af2d22abc7f8ba082e68eba701518c09a9fb.tar.bz2 |
Remove -Wno-deprecated-warnings from cflags for clang
third-party libraries that use auto_ptr or other deprecated APIs
should either define this locally or be updated.
BUG=324299
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/96833003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index e7cccb0..025b075 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -3277,9 +3277,6 @@ # code generated by flex (used in angle) contains that keyword. # http://crbug.com/255186 '-Wno-deprecated-register', - - # This warns about auto_ptr<>, used in third-party code. - '-Wno-deprecated-declarations', ], 'cflags!': [ # Clang doesn't seem to know know this flag. @@ -4001,9 +3998,6 @@ # code generated by flex (used in angle) contains that keyword. # http://crbug.com/255186 '-Wno-deprecated-register', - - # This warns about auto_ptr<>, used in third-party code. - '-Wno-deprecated-declarations', ], }], ['clang==1 and clang_use_chrome_plugins==1', { |