mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-09 22:37:36 +00:00
Since casting to void works to eliminate errors with unused parameters on all platforms, avoid the various special cases. Over time, it will make sense to eliminate the GIT_UNUSED macro completely and just have GIT_UNUSED_ARG. |
||
|---|---|---|
| .. | ||
| dir.c | ||
| dir.h | ||
| fnmatch.c | ||
| fnmatch.h | ||
| git2.rc | ||
| map.c | ||
| mingw-compat.h | ||
| msvc-compat.h | ||
| posix_w32.c | ||
| posix.h | ||
| pthread.c | ||
| pthread.h | ||
| utf-conv.c | ||
| utf-conv.h | ||