https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89137

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As this is all in
if (code == OMP_FOR || code == OMP_SECTIONS)
guarded block, that warning is obviously a false positive.
I guess I can just drop the " if (code == OMP_SECTIONS)" to make it happy.

Reply via email to