mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
Enable and fix misc2.c -Wconversion warnings #907
This commit is contained in:

committed by
Justin M. Keyes

parent
fa1d9301f7
commit
d61829dd06
@@ -3,7 +3,10 @@
|
||||
|
||||
#include "nvim/os/shell.h"
|
||||
|
||||
#define READ_STRING(x, y) (char_u *)read_string((x), (size_t)(y))
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "misc2.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_MISC2_H
|
||||
|
Reference in New Issue
Block a user