summaryrefslogtreecommitdiffstats
path: root/third_party/codesighs
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 20:16:55 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-12 20:16:55 +0000
commit68ce2c15d892acc384f573cb2f40e043cff18cdb (patch)
tree708d846f0f2cb2059c7111f38a0ad8d5a88d0223 /third_party/codesighs
parent36cdba010d3a68204c3e7a2a7656d1a1e1479055 (diff)
downloadchromium_src-68ce2c15d892acc384f573cb2f40e043cff18cdb.zip
chromium_src-68ce2c15d892acc384f573cb2f40e043cff18cdb.tar.gz
chromium_src-68ce2c15d892acc384f573cb2f40e043cff18cdb.tar.bz2
Make codesighs build on Win64
BUG=166496 BUG=167187 TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/11887007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/codesighs')
-rw-r--r--third_party/codesighs/codesighs.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/codesighs/codesighs.gyp b/third_party/codesighs/codesighs.gyp
index 2e1babe..6f7311e 100644
--- a/third_party/codesighs/codesighs.gyp
+++ b/third_party/codesighs/codesighs.gyp
@@ -3,6 +3,10 @@
# found in the LICENSE file.
{
+ 'target_defaults': {
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
+ },
'targets': [
{
'target_name': 'codesighs',