erichkeane added a comment. In D131307#3726631 <https://reviews.llvm.org/D131307#3726631>, @smeenai wrote:
> Was it intended that the warning generated here isn't silenced by `-w`, only > by an explicit `-Wno-enum-constexpr-conversion` (or `-Wno-everythning`), and > that `-Wno-error` doesn't downgrade the error? See > https://godbolt.org/z/s9qPveTWG for an example. Yes, we've discussed that on this thread before: Clang's behavior for warnings-as-default-error require explicit suppression of the warning, and isn't effected by global warning/error settings. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131307/new/ https://reviews.llvm.org/D131307 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits