Skip to content

Commit

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


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176150 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
scottmg@chromium.org committed Jan 10, 2013
1 parent 30bab63 commit 219c503
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions third_party/cld/cld.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,20 @@
},
'conditions': [
['OS=="win"', {
'direct_dependent_settings': {
'defines': [
'COMPILER_MSVC',
],
},
'msvs_disabled_warnings': [4005, 4006, 4018, 4244, 4309, 4800],
},
],
['OS!="win"', {
'direct_dependent_settings': {
'defines': [
'COMPILER_GCC',
],
},
},
],
'direct_dependent_settings': {
'defines': [
'COMPILER_MSVC',
],
},
# TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int
'msvs_disabled_warnings': [4005, 4006, 4018, 4244, 4309, 4800, 4267],
}, {
'direct_dependent_settings': {
'defines': [
'COMPILER_GCC',
],
},
}],
],
},
],
Expand Down

0 comments on commit 219c503

Please sign in to comment.