commit | 42b8d916c719002dbafade6b977d4e266f8712dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 17:18:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 17:18:57 2017 +0100 |
tree | 54a8be49b78c54da0eaf1fb49e32dd460d5b13d8 | |
parent | 4f391796b7de78a434a2cc7107034603df414905 [diff] [blame] |
patch 8.0.0192: cannot build with tiny features Problem: Build fails with tiny features. Solution: Change #ifdef for hash_clear(). Avoid warning for unused argument.
diff --git a/src/if_cscope.c b/src/if_cscope.c index 31c0371..60480a5 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c
@@ -207,7 +207,7 @@ static void do_cscope_general( exarg_T *eap, - int make_split) /* whether to split window */ + int make_split UNUSED) /* whether to split window */ { cscmd_T *cmdp;