Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/sanitizer_common/sanitizer_win.cc | ||
|---|---|---|
| 253 | Also use addr_as_void here (otherwise it's going to complain it's not used either). | |
Differential D39427
Fix warning + death test + failing test on Windows (D39072). Authored by flowerhack on Oct 30 2017, 11:32 AM.
Details
Diff Detail Event Timeline
| ||||||
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.