Fix mxmpp warnings.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-07-07 00:01:36 +02:00
parent 39a8433b23
commit 4cb4478529
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ bool writeall(int fd, const void* p, size_t size)
return true;
}
void usage(int argc, char* argv[])
void usage(int /*argc*/, char* argv[])
{
printf("usage: %s [OPTIONS] [FILE]...\n", argv[0]);
printf("Preprocess FILE(s), or standard input.");