Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid "defined but not used" warning for fetch_objs_via_walker
Because this function is static and used only by the http-walker, when NO_CURL is defined, gcc emits a "defined but not used" warning. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information