breakpad/src/third_party
Pavel Labath 2dda5fefdc libdisasm: Don't depend on sizeof(void)
Due to operator precedence, the address was first cast to void*
and then incremented, which resulted in an error on windows, as
sizeof(void) is undefined and MSVC takes this seriously. Changing
the precedence to perform the addition first.

R=mark@chromium.org

Review URL: https://codereview.chromium.org/1570843002 .

Patch from Pavel Labath <labath@google.com>.
2016-01-08 12:52:04 -05:00
..
curl MIPS64: Initial MIPS64 related change. 2015-04-15 19:28:11 +00:00
libdisasm libdisasm: Don't depend on sizeof(void) 2016-01-08 12:52:04 -05:00
linux Clean up old glog code and move deps to new reference in third_party. 2010-08-19 22:23:03 +00:00
mac_headers Fix Mac Breakpad host tools to build in Linux cross-compile 2015-09-16 06:46:55 -04:00