Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/sanitizer_common/sanitizer_win.cc | ||
---|---|---|
252–253 | Also use addr_as_void here (otherwise it's going to complain it's not used either). |
Paths
| Differential D39427
Fix warning + death test + failing test on Windows (D39072). ClosedPublic Authored by flowerhack on Oct 30 2017, 11:32 AM.
Details
Diff Detail Event Timeline
flowerhack retitled this revision from Fix warning on Windows. to Fix warning + failing test on Windows (D39072)..Oct 30 2017, 11:48 AM flowerhack retitled this revision from Fix warning + failing test on Windows (D39072). to Fix warning + death test + failing test on Windows (D39072).. This revision is now accepted and ready to land.Oct 30 2017, 12:04 PM
Revision Contents
Diff 120849 lib/sanitizer_common/sanitizer_win.cc
lib/sanitizer_common/tests/sanitizer_common_test.cc
|
Also use addr_as_void here (otherwise it's going to complain it's not used either).
Or remove addr_as_void and leave the cast.