[flang-commits] [flang] [Flang][#212316] Fix -Wunused-template errors under -Werror (PR #218985)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Sep 2 06:06:58 PDT 2026
================
@@ -208,7 +208,7 @@ struct FindHostArray
};
template <typename A>
-static MaybeMsg CheckUnwrappedExpr(
+MaybeMsg CheckUnwrappedExpr(
----------------
eugeneepshteyn wrote:
Prefer `[[maybe_unused]]`
https://github.com/llvm/llvm-project/pull/218985
More information about the flang-commits
mailing list