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

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 10 04:52:59 PST 2021


mstorsjo added a comment.

Hmm, when I build libcxx with clang-cl, the build is extremely noisy, with around 100 warnings per source file. These mostly come from `-Wall` which the build system adds, warning for things in the libcxx headers (which the compiler doesn't consider to be system headers at that point and doesn't mute warnings for). What's your build setup like, do you manage to avoid getting `-Wall` added, or is it ignoring things in the headers in your case?


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