Enable -Wconversion: menu.c #2885

This commit is contained in:
Ismail Badawi
2015-06-23 19:33:47 -04:00
committed by Justin M. Keyes
parent f78bf64771
commit 34a5efd7a9
5 changed files with 26 additions and 22 deletions

View File

@@ -7779,7 +7779,7 @@ static void ex_stopinsert(exarg_T *eap)
* Execute normal mode command "cmd".
* "remap" can be REMAP_NONE or REMAP_YES.
*/
void exec_normal_cmd(char_u *cmd, int remap, int silent)
void exec_normal_cmd(char_u *cmd, int remap, bool silent)
{
oparg_T oa;