[flang-commits] [flang] [flang] Downgrade recently added error to a warning (PR #117217)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Mon Nov 25 09:49:47 PST 2024
================
@@ -1,4 +1,4 @@
-! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
+! RUN: %python %S/test_errors.py %s %flang_fc1 -pedantic -Werror
----------------
eugeneepshteyn wrote:
So this warning will not display without `-pedantic`? Is there a way to know which warnings require `-pedantic` to display?
https://github.com/llvm/llvm-project/pull/117217
More information about the flang-commits
mailing list