diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-28 18:09:45 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-28 18:09:45 +0000 |
commit | a745bfac07e5efb539c33dcdad2652cc240aec3b (patch) | |
tree | b8f1d816ca91604d14fec6db2e88934cfb122536 /sdch/sdch.gyp | |
parent | a7c8adc56bded0ad3c8892c2e98c545534dc2643 (diff) | |
download | chromium_src-a745bfac07e5efb539c33dcdad2652cc240aec3b.zip chromium_src-a745bfac07e5efb539c33dcdad2652cc240aec3b.tar.gz chromium_src-a745bfac07e5efb539c33dcdad2652cc240aec3b.tar.bz2 |
Disable deprecation warnings for SDCH
It uses auto_ptr
BUG=324299
R=bauerb@chromium.org
TBR=mark@chromium.org
Review URL: https://codereview.chromium.org/95063004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r-- | sdch/sdch.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp index 8b4a8b9..8d609d5 100644 --- a/sdch/sdch.gyp +++ b/sdch/sdch.gyp @@ -58,6 +58,8 @@ [ 'OS == "ios"', { 'include_dirs': [ 'ios' ] } ], [ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ], [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ], + # TODO(mark): Remove usage of the deprecated auto_ptr. + [ 'clang == 1', { 'cflags': [ '-Wno-deprecated-declarations' ] } ], ], # open-vcdiff's logging.h introduces static initializers. This was # reported upstream years ago ( |