mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
patch 7.4.1678
Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle)
This commit is contained in:
@@ -1073,7 +1073,7 @@ load_base_module(void *data)
|
||||
}
|
||||
|
||||
static Scheme_Object *
|
||||
load_base_module_on_error(void *data)
|
||||
load_base_module_on_error(void *data UNUSED)
|
||||
{
|
||||
load_base_module_failed = TRUE;
|
||||
return scheme_null;
|
||||
|
Reference in New Issue
Block a user