mirror of
https://github.com/google/googletest.git
synced 2025-12-24 04:24:54 +08:00
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. |
||
|---|---|---|
| .. | ||
| internal | ||
| gtest_pred_impl.h | ||
| gtest_prod.h | ||
| gtest-death-test.h | ||
| gtest-message.h | ||
| gtest-param-test.h | ||
| gtest-param-test.h.pump | ||
| gtest-printers.h | ||
| gtest-spi.h | ||
| gtest-test-part.h | ||
| gtest-typed-test.h | ||
| gtest.h | ||