Cleaned up numerous warnings found by adding -Wextra -Wcast-qual -Wshadow -Wno-unused flags. --Rumble

This commit is contained in:
Rumble
2008-05-07 23:34:40 +00:00
parent e8c87e82e4
commit 4f1403558a
28 changed files with 186 additions and 187 deletions

View File

@@ -999,7 +999,7 @@ void space_to_minus(char *str)
*str = '-';
}
int search_help(char *argument, int level)
int search_help(const char *argument, int level)
{
int chk, bot, top, mid, minlen;