thread: avoid warnings when building without threads
`git__noop` takes no arguments, so a simple `#define func(a) git__noop` will produce warnings about the unused `a`. Introduce `git__noop_args` to swallow arguments and avoid that warning.
Showing
Please
register
or
sign in
to comment