summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 02:40:05 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 02:40:05 +0000
commit21456cb1837d0f0647e25de9f50b8bb786f1a660 (patch)
treea2897504bfc83aa0fa40ce1e7181e8c3ed5080ea /third_party
parenta823df873a3cbd4085ec4b6e425fd9fdbead80b1 (diff)
downloadchromium_src-21456cb1837d0f0647e25de9f50b8bb786f1a660.zip
chromium_src-21456cb1837d0f0647e25de9f50b8bb786f1a660.tar.gz
chromium_src-21456cb1837d0f0647e25de9f50b8bb786f1a660.tar.bz2
disable c4267 in sfntly for building on win x64
R=jschuh@chromium.org BUG=167187 Review URL: https://chromiumcodereview.appspot.com/11823040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/sfntly/sfntly.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/sfntly/sfntly.gyp b/third_party/sfntly/sfntly.gyp
index be15fa6..f76b820 100644
--- a/third_party/sfntly/sfntly.gyp
+++ b/third_party/sfntly/sfntly.gyp
@@ -135,6 +135,8 @@
'dependencies' : [
'../icu/icu.gyp:icuuc',
],
+ # TODO(jschuh): http://crbug.com/167187
+ 'msvs_disabled_warnings': [ 4267 ],
},
]
}