summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-06-08 15:14:09 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-08 15:14:09 +0100
commitebb01bdb273216607f60faddf791a1b378cccfa8 (patch)
tree479643307e2e9c253971a38ac0f8fa2aa62d3cc6 /src/fileio.c
parent68093d36bf87caf2c2ba7404c06d14ef8416c27a (diff)
patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069
Problem: Various warnings from clang on MS-Windows. Solution: Fix the code to avoid the warnings. (Yegappan Lakshmanan, closes #10538)
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index e99eb9bb86..2c6c3381c1 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1631,7 +1631,6 @@ retry:
* Do the conversion.
*/
dst = ptr;
- size = size;
while (size > 0)
{
found_bad = FALSE;