mirror of
https://github.com/vim/vim.git
synced 2025-11-09 10:37:17 -05:00
patch 9.1.1414: MS-Windows: compile warnings in os_win32.c
Problem: MS-Windows: compile warnings in os_win32.c
Solution: update function declarations, correctly access param arg in
set_flag() using (sig_atomic_t) cast (John Marriott)
closes: #17368
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: John Marriott <basilisk@internode.on.net>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
318ff9c362
commit
2c7ccaab87
@@ -709,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1414,
|
||||
/**/
|
||||
1413,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user