forked from aniani/vim
updated for version 7.3.709
Problem: Compiler warning for unused argument. Solution: Add UNUSED.
This commit is contained in:
@@ -16664,7 +16664,7 @@ f_shellescape(argvars, rettv)
|
||||
*/
|
||||
static void
|
||||
f_shiftwidth(argvars, rettv)
|
||||
typval_T *argvars;
|
||||
typval_T *argvars UNUSED;
|
||||
typval_T *rettv;
|
||||
{
|
||||
rettv->vval.v_number = get_sw_value();
|
||||
|
Reference in New Issue
Block a user