From e55db0c8c74d6121b20d458eb5c6015e519fb302 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 7 Mar 2024 09:25:39 +0000 Subject: [PATCH] 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 --- src/mkhelp.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 <