From: Viktor Szakats Date: Thu, 7 Mar 2024 09:25:39 +0000 (+0000) Subject: mkhelp: rename variable to fix compiler warnings X-Git-Tag: curl-8_7_0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e55db0c8c74d6121b20d458eb5c6015e519fb302;p=thirdparty%2Fcurl.git mkhelp: rename variable to fix compiler warnings ``` src\tool_operate.c(541,33): warning C4459: declaration of 'm' hides global declaration [_bld\src\curl.vcxproj] _bld\src\tool_hugehelp.c(8,27): see declaration of 'm' src\tool_paramhlp.c(307,14): warning C4459: declaration of 'm' hides global declaration [_bld\src\curl.vcxproj] src\tool_progress.c(118,16): warning C4459: declaration of 'm' hides global declaration [_bld\src\curl.vcxproj] src\tool_writeout.c(288,31): warning C4459: declaration of 'm' hides global declaration [_bld\src\curl.vcxproj] ``` Ref: https://ci.appveyor.com/project/curlorg/curl/builds/49348159/job/51ee75cd2n0wj6lc#L614 Reviewed-by: Daniel Stenberg Closes #13077 --- diff --git a/src/mkhelp.pl b/src/mkhelp.pl index f1e1de1c66..52b6e13e34 100755 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -157,7 +157,7 @@ exit; } else { print <