[Bf-blender-cvs] [aaae21245ed] master: Cleanup: Fix compiler warning

Antonioya noreply at git.blender.org
Tue Apr 2 17:02:24 CEST 2019


Commit: aaae21245ed9a375b4d8b5772e51492c9296092b
Author: Antonioya
Date:   Tue Apr 2 17:02:10 2019 +0200
Branches: master
https://developer.blender.org/rBaaae21245ed9a375b4d8b5772e51492c9296092b

Cleanup: Fix compiler warning

===================================================================

M	source/blender/blenlib/intern/path_util.c

===================================================================

diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 6a8be3fe107..0bd09f0c268 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -472,7 +472,6 @@ static void BLI_path_unc_to_short(wchar_t *unc)
 	wchar_t tmp[PATH_MAX];
 
 	int len = wcslen(unc);
-	int copy_start = 0;
 	/* convert:
 	 *    \\?\UNC\server\share\folder\... to \\server\share\folder\...
 	 *    \\?\C:\ to C:\ and \\?\C:\folder\... to C:\folder\...



More information about the Bf-blender-cvs mailing list