commit | 6aa2cd4be287f35f95f35c2cec6d5a24f53c4d3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 15:06:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 15:06:59 2016 +0100 |
tree | d2277cebb1354524326ac1333b3bd47f7453c456 | |
parent | f8df7addc5f741c16fa2a458f8777ac1fdf2e01e [diff] [blame] |
patch 7.4.1334 Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
diff --git a/src/dosinst.h b/src/dosinst.h index b33426a..97d83d9 100644 --- a/src/dosinst.h +++ b/src/dosinst.h
@@ -452,7 +452,7 @@ /* * Append a backslash to "name" if there isn't one yet. */ - static void + void add_pathsep(char *name) { int len = strlen(name);