From: Stepan Kasal Date: Sat, 7 Jun 2014 06:46:41 +0000 (+0200) Subject: mingw: avoid const warning X-Git-Tag: v2.1.0-rc0~61^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a15d4af4497d147bfdb672e121b67db335ec1c21?hp=a15d4af4497d147bfdb672e121b67db335ec1c21 mingw: avoid const warning Fix const warnings in http-fetch.c and remote-curl.c main() where is argv declared as const. The fix should work for all future declarations of main, no matter whether the second parameter's type is "char**", "const char**", or "char *[]". Signed-off-by: Stepan Kasal Signed-off-by: Junio C Hamano ---