From 96708457fcf353b8cedaa780ef3f146751b7c80d Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 21 May 2016 17:24:51 +0000 Subject: [PATCH] Fix -Wshadow warnings in med_save_group --- similar/editor/group.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/similar/editor/group.cpp b/similar/editor/group.cpp index 426d58ada..c2eab1677 100644 --- a/similar/editor/group.cpp +++ b/similar/editor/group.cpp @@ -981,7 +981,7 @@ static int med_save_group( const char *filename, const group::vertex_array_type_ { int header_offset, editor_offset, vertex_offset, segment_offset, texture_offset; char ErrorMessage[100]; - int i, j; + int j; segment tseg; vms_vector tvert; @@ -1075,7 +1075,7 @@ static int med_save_group( const char *filename, const group::vertex_array_type_ texture_offset = PHYSFS_tell(SaveFile); - for (i=0;i