Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-04-02 18:02:10 +0300
committerAntonioya <blendergit@gmail.com>2019-04-02 18:02:10 +0300
commitaaae21245ed9a375b4d8b5772e51492c9296092b (patch)
treebae419a1740d90ade642a28c13cdc122aae2f576 /source/blender/blenlib/intern/path_util.c
parentf54db0fa057e036645f0e635ca849cfb61320ded (diff)
Cleanup: Fix compiler warning
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c1
1 files changed, 0 insertions, 1 deletions
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\...