Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1634)

Unified Diff: sdch/sdch.gyp

Issue 25875004: Roll Clang 188423:191856. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/clang/scripts/package.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/sdch.gyp
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index d84be582ed7f9dba0b326e61b428ecd4ed3e0b8b..79e5d5eca6c86a3afe4a66a8ce2c97ab3e4115e7 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -58,6 +58,9 @@
[ 'OS == "ios"', { 'include_dirs': [ 'ios' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
[ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
+
+ # open-vcdiff uses auto_ptr, which is deprecated.
+ [ 'clang==1', { 'cflags': ['-Wno-deprecated-declarations'] } ],
Nico 2013/10/03 18:41:41 I'm guessing this is due to clang r191550 which ad
],
},
],
« no previous file with comments | « no previous file | tools/clang/scripts/package.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698