mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
a0669e070a
Silence MSVC C4100 (unused formal parameter) to fix breakage from recently added testcase. This warning is silenced in many files throughout googletest, but was not needed here until this testcase was added. PiperOrigin-RevId: 312121200