[libcxx-commits] [PATCH] D96408: Fix warnings when compiling libcxx for Windows with clang-cl /W4

Colin Finck via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 10 10:37:58 PST 2021


ColinFinck added a comment.

I'm also getting a very noisy build with `-Wall`, but here I'm using `/W4` (building libc++ in a custom Visual Studio project file).
There are plenty of other occasions in libc++ where unused parameter warnings are prevented just like I did in my patch. Which is why I hope, we can shortly fix the last 2 remaining ones.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96408/new/

https://reviews.llvm.org/D96408



More information about the libcxx-commits mailing list