Enable and fix misc2.c -Wconversion warnings #907

This commit is contained in:
Shane Iler
2014-06-30 16:22:10 -07:00
committed by Justin M. Keyes
parent fa1d9301f7
commit d61829dd06
5 changed files with 19 additions and 24 deletions

View File

@@ -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