[PATCH] D19625: [libc++] Void-cast runtime-unused variables.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 12:23:12 PDT 2016


EricWF closed this revision.
EricWF added a comment.

r268284.

In http://reviews.llvm.org/D19625#418697, @STL_MSFT wrote:

> No problem! With these changes, my test runs are currently clean wrt "warning C4100: unreferenced formal parameter" and "warning C4101: unreferenced local variable", but note that (1) Clang may emit unused-variable warnings in somewhat different situations, and (2) I've still got 25% of the tests failing to compile, which may be hiding further warnings.


I'm hoping Clang is pretty similar. I guess we will see. I'm going to hold off setting up a bot for a while still.


http://reviews.llvm.org/D19625





More information about the cfe-commits mailing list