Enable -Wconversion for API files and fix errors

This commit is contained in:
Thiago de Arruda
2014-05-16 14:46:33 -03:00
parent 76a2fb5667
commit 45e5a18f3a
8 changed files with 165 additions and 69 deletions

View File

@@ -30,8 +30,9 @@ Object vim_eval(String str, Error *err);
/// one cell.
///
/// @param str Some text
/// @param[out] err Details of an error that may have occurred
/// @return The number of cells
Integer vim_strwidth(String str);
Integer vim_strwidth(String str, Error *err);
/// Returns a list of paths contained in 'runtimepath'
///