Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang] Fix warning in build (#100134)
After tblah's update #99817, I'm getting a warning about an unusedvariable. It looks to me like the warning is bogus, possibly due to a bug in the compiler I'm using (GCC 9.3.0). But adding a "maybe_unused" clause fixes it and makes my builds clean.
- Loading branch information