wrapper.c: make warn_on_inaccessible() static
commit382fb07f7bbb1f94fa3e1293d5df151725a886a3
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 8 May 2017 10:40:37 +0000 (8 17:40 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 May 2017 03:33:56 +0000 (26 12:33 +0900)
treec7a036f3c694f549c68f521f44a2c3e14df97f66
parente9d983f116c7de43f40a49aae60ebfe107f153ec
wrapper.c: make warn_on_inaccessible() static

After the last patch, this function is not used outside anymore. Keep it
static.

Noticed-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h
wrapper.c