mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-04 02:10:56 +00:00
The threads::diff test suite has a static variable `_retries`, which is used on Windows platforms only. As it is unused on other systems, the compiler throws a warning there. Fix the warning by wrapping the declaration in an ifdef. |
||
|---|---|---|
| .. | ||
| basic.c | ||
| diff.c | ||
| iterator.c | ||
| refdb.c | ||
| thread_helpers.c | ||
| thread_helpers.h | ||