Skip to content

Commit

Permalink
Make codesighs build on Win64
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jschuh@chromium.org committed Jan 12, 2013
1 parent 36cdba0 commit 68ce2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions third_party/codesighs/codesighs.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 68ce2c1

Please sign in to comment.