summaryrefslogtreecommitdiffstats
path: root/src/if_perl.xs
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-14 22:19:51 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-14 22:19:51 +0100
commitfeeaa688ebfd95281529191718b9194187995f7f (patch)
tree5c584b72bd4c595553b742bc49e4d7f4ba539897 /src/if_perl.xs
parentb2c5a5ac79848b7f889a8b279eed40be3064feca (diff)
updated for version 7.3.820v7.3.820
Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED.
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r--src/if_perl.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index cdfac905cf..67ffe18d94 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -600,9 +600,9 @@ msg_split(s, attr)
*/
char_u *
eval_to_string(arg, nextcmd, dolist)
- char_u *arg;
- char_u **nextcmd;
- int dolist;
+ char_u *arg UNUSED;
+ char_u **nextcmd UNUSED;
+ int dolist UNUSED;
{
return NULL;
}