diff --git a/mxmpp/mxmpp.cpp b/mxmpp/mxmpp.cpp index c8a27774..85a68e64 100644 --- a/mxmpp/mxmpp.cpp +++ b/mxmpp/mxmpp.cpp @@ -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.");