]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - tests/example.c
Fix a few strict compiler warnings.
[coloredstderr/coloredstderr.git] / tests / example.c
index b1eac98be9b6bc02cba8b80d3562f893e249e313..545f3cb195a3765cca9ed7d8049dfff60149bc40 100644 (file)
@@ -24,6 +24,8 @@
 
 
 int main(int argc, char **argv) {
+    (void)argv;
+
     fprintf(stderr, "write to stderr: %d\n", argc);
     printf("write to stdout\n");
     fflush(stdout);