mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
updated for version 7.3.820
Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user