mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
If the iterator is moved to a register, it may be clobbered by the longjmp. Avoid this by treating it as volatile.
If the iterator is moved to a register, it may be clobbered by the longjmp. Avoid this by treating it as volatile.