Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ioq: Avoid _nounroll warning on older GCC versions
Some older GCC versions (11.4, 12.3, 13.2) give a false-positive warning when a loop pragma is attached to a loop that declares a variable: warning: ignoring loop annotation Work around it by hoisting the induction variable declarations. Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114691
- Loading branch information