mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
ex_cmds*: Silence -Wstrict-prototypes warnings
Due to a number of places where headers generated from these files are included gcc with -DEXITFREE produces *loads* of warnings for these functions.
This commit is contained in:
@@ -6135,7 +6135,7 @@ char_u * sign_typenr2name(int typenr)
|
||||
/*
|
||||
* Undefine/free all signs.
|
||||
*/
|
||||
void free_signs()
|
||||
void free_signs(void)
|
||||
{
|
||||
while (first_sign != NULL)
|
||||
sign_undefine(first_sign, NULL);
|
||||
|
Reference in New Issue
Block a user