diff options
author | David Benjamin <davidben@google.com> | 2017-01-20 12:54:07 -0500 |
---|---|---|
committer | David Benjamin <davidben@google.com> | 2017-08-07 14:56:40 -0400 |
commit | ca6a70c6082ff526b993c622d192c6d519800bc2 (patch) | |
tree | 73f063cd7305c8ff214f8ee35ab61495bb5a7713 /ci | |
parent | eb261b4dce67b7d4cf1b77e8c14b1c4bac260843 (diff) | |
download | googletest-ca6a70c6082ff526b993c622d192c6d519800bc2.tar.gz googletest-ca6a70c6082ff526b993c622d192c6d519800bc2.tar.bz2 googletest-ca6a70c6082ff526b993c622d192c6d519800bc2.zip |
Pass MSVC's C4826 warning.
MSVC has an optional warning which flags when 32-bit pointers get cast
into a 64-bit value. This is a little overaggressive I think, but to
ease compiling in projects with aggressive warnings, fix this by just
casting to const void * directly. Modern GCCs seem to compile it just
fine.
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions