mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.1298: compiler warning for unused argument in small version
Problem: Compiler warning for unused argument in small version. Solution: Add UNUSED.
This commit is contained in:
@@ -114,7 +114,7 @@ estack_pop(void)
|
||||
* "is_sfile" is TRUE for <sfile> itself.
|
||||
*/
|
||||
char_u *
|
||||
estack_sfile(int is_sfile)
|
||||
estack_sfile(int is_sfile UNUSED)
|
||||
{
|
||||
estack_T *entry;
|
||||
#ifdef FEAT_EVAL
|
||||
|
Reference in New Issue
Block a user