command: make argc unsigned

This commit is contained in:
Max Kellermann
2014-02-28 22:13:34 +01:00
parent fefb35c782
commit 2da0322329
25 changed files with 205 additions and 206 deletions

View File

@@ -201,7 +201,7 @@ read_file_comments(Client &client, const Path path_fs)
}
CommandResult
handle_read_comments(Client &client, gcc_unused int argc, char *argv[])
handle_read_comments(Client &client, gcc_unused unsigned argc, char *argv[])
{
assert(argc == 2);