[PATCH] D27785: [libcxx] [test] Fix recently introduced warnings emitted by MSVC.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 23 16:06:17 PST 2016


EricWF added a comment.

Alright. The unused parameter parts of this patch are no longer needed. `-Wunused-parameter` and `-Wunused-variable` have been enabled within libc++.

Just working on `-Wsign-compare` now.


https://reviews.llvm.org/D27785





More information about the cfe-commits mailing list