mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-25 22:12:55 +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. |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| dirent.c | ||
| filebuf.c | ||
| hex.c | ||
| oid.c | ||
| path.c | ||
| rmdir.c | ||
| string.c | ||
| strtol.c | ||
| vector.c | ||