Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter".
This is a C1XX bug, tracked by VSO#188582. C1XX has found some good issues, so I would like to ask for this one-line warning suppression to make my life easier.
Differential D21585
[libcxx] [test] Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter". STL_MSFT on Jun 21 2016, 5:59 PM. Authored by
Details
Silence MSVC's spurious "warning C4100: 'p': unreferenced formal parameter". This is a C1XX bug, tracked by VSO#188582. C1XX has found some good issues, so I would like to ask for this one-line warning suppression to make my life easier.
Diff Detail |