mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0587: compiler warning for unused variable
Problem: Compiler warning for unused variable. Solution: Add UNUSED.
This commit is contained in:
@@ -4783,7 +4783,7 @@ ends_excmd(int c)
|
||||
* to "cmd_start" or has a white space character before it.
|
||||
*/
|
||||
int
|
||||
ends_excmd2(char_u *cmd_start, char_u *cmd)
|
||||
ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd)
|
||||
{
|
||||
int c = *cmd;
|
||||
|
||||
|
Reference in New Issue
Block a user