Fix warnings (clang 3.6)

This commit is contained in:
Nicolas Williams
2016-02-19 22:18:29 -06:00
parent dbf9750989
commit b4cf4de807
21 changed files with 37 additions and 35 deletions

View File

@@ -1619,7 +1619,7 @@ history_search_prefix(const char *str, int direction)
/*
* search for event in history containing str, starting at offset
* abs(pos); continue backward, if pos<0, forward otherwise
* labs(pos); continue backward, if pos<0, forward otherwise
*/
/* ARGSUSED */
int