aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/fs.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-13 07:40:49 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-01-19 09:55:57 +0100
commit32c7971b2a6fca6fc96f250790ccd35f4a1df854 (patch)
treec3fdb67a1edf485daf5ca1f58225dd8f90320d74 /src/nvim/os/fs.c
parente40946a5be2ce11156fc7494ec81040d3cde4809 (diff)
downloadrneovim-32c7971b2a6fca6fc96f250790ccd35f4a1df854.tar.gz
rneovim-32c7971b2a6fca6fc96f250790ccd35f4a1df854.tar.bz2
rneovim-32c7971b2a6fca6fc96f250790ccd35f4a1df854.zip
win: fix warnings
Diffstat (limited to 'src/nvim/os/fs.c')
-rw-r--r--src/nvim/os/fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os/fs.c b/src/nvim/os/fs.c
index 4aa727733e..30e08ac129 100644
--- a/src/nvim/os/fs.c
+++ b/src/nvim/os/fs.c
@@ -939,7 +939,6 @@ char_u * os_resolve_shortcut(char_u *fname)
OLECHAR wsz[MAX_PATH];
char_u *rfname = NULL;
int len;
- int conversion_result;
IShellLinkW *pslw = NULL;
WIN32_FIND_DATAW ffdw;