six-leo / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

MSVC 2013: Build errors #627

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build with MSVC 2013 Update 4

What is the expected output? What do you see instead?
10>exception_handler_test.cc(125): error C2220: warning treated as error - no 
'object' file generated
10>exception_handler_test.cc(125): warning C4267: 'argument' : conversion from 
'size_t' to 'int', possible loss of data
10>exception_handler_death_test.cc(87): error C2220: warning treated as error - 
no 'object' file generated
10>exception_handler_death_test.cc(87): warning C4267: 'argument' : conversion 
from 'size_t' to 'int', possible loss of data
10>exception_handler_death_test.cc(297): warning C4267: 'initializing' : 
conversion from 'size_t' to 'const int', possible loss of data

What version of the product are you using? On what operating system?
r1413, Windows 8.1 x64

Please provide any additional information below.
Use the attached patch as hotfix. Note: Data loss may occur and lead to 
unwanted behaviour. Use at own risk!

Original issue reported on code.google.com by acm...@googlemail.com on 16 Jan 2015 at 1:25

Attachments: