mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix mxmpp warnings.
This commit is contained in:
parent
39a8433b23
commit
4cb4478529
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ bool writeall(int fd, const void* p, size_t size)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void usage(int argc, char* argv[])
|
void usage(int /*argc*/, char* argv[])
|
||||||
{
|
{
|
||||||
printf("usage: %s [OPTIONS] [FILE]...\n", argv[0]);
|
printf("usage: %s [OPTIONS] [FILE]...\n", argv[0]);
|
||||||
printf("Preprocess FILE(s), or standard input.");
|
printf("Preprocess FILE(s), or standard input.");
|
||||||
|
|
Loading…
Reference in a new issue