diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-11 15:03:20 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-11 15:03:20 +0000 |
commit | 59c26fdff0feb61b90b1c8500f24707e9b965931 (patch) | |
tree | 877ed960f10fb77ae9f8120056cae6e928b96e05 /third_party | |
parent | 3ae9c275b872bbe4929a9d405bfde547212583f6 (diff) | |
download | chromium_src-59c26fdff0feb61b90b1c8500f24707e9b965931.zip chromium_src-59c26fdff0feb61b90b1c8500f24707e9b965931.tar.gz chromium_src-59c26fdff0feb61b90b1c8500f24707e9b965931.tar.bz2 |
disable c4267 for dependents of protobuf_lite to build on win x64
R=jschuh@chromium.org
BUG=167187
Review URL: https://chromiumcodereview.appspot.com/11778103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/protobuf/protobuf.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp index be94ee8..f9a624f 100644 --- a/third_party/protobuf/protobuf.gyp +++ b/third_party/protobuf/protobuf.gyp @@ -192,6 +192,8 @@ 'GOOGLE_PROTOBUF_NO_RTTI', 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', ], + # TODO(jschuh): http://crbug.com/167187 size_t -> int. + 'msvs_disabled_warnings': [ 4267 ], }, }, # This is the full, heavy protobuf lib that's needed for c++ .proto's |