Skip to content

Commit

Permalink
disable c4267 in libpng for building on win x64
Browse files Browse the repository at this point in the history
R=jschuh@chromium.org
BUG=167187


Review URL: https://chromiumcodereview.appspot.com/11778076

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175999 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
scottmg@chromium.org committed Jan 10, 2013
1 parent 8d12730 commit 8f9c19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/libpng/libpng.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
'export_dependent_settings': [
'../zlib/zlib.gyp:zlib',
],
# TODO(jschuh): http://crbug.com/167187
'msvs_disabled_warnings': [ 4267 ],
'conditions': [
['OS!="win"', {'product_name': 'png'}],
['OS=="win"', {
Expand Down

0 comments on commit 8f9c19f

Please sign in to comment.