[flang-commits] [clang] [flang] [flang] Implement -Wno-<warning> flags for driver diagnostics (PR #196354)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue May 12 06:49:00 PDT 2026
tarunprabhu wrote:
> We actually have another warning for when the user asks for a not-yet-finalized version of OpenMP (currently 61). That's why I suggested proceeding with compilation if no fatal errors were emitted.
It still feels strange to make certain warnings "special" with regards to `-Werror`. If users want a warning-free build, they probably should not be using standards for which support is acknowledged to be incomplete.
https://github.com/llvm/llvm-project/pull/196354
More information about the flang-commits
mailing list