diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 02:40:05 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 02:40:05 +0000 |
commit | 21456cb1837d0f0647e25de9f50b8bb786f1a660 (patch) | |
tree | a2897504bfc83aa0fa40ce1e7181e8c3ed5080ea /third_party | |
parent | a823df873a3cbd4085ec4b6e425fd9fdbead80b1 (diff) | |
download | chromium_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.gyp | 2 |
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 ], }, ] } |