X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fexample.c;h=7f7d2ad99e4e88114968ceb6eb5aa6312ca13e31;hb=9434382c9ee992da3c21ff830793f15a55fc2b2d;hp=545f3cb195a3765cca9ed7d8049dfff60149bc40;hpb=06f483dbeece72fa46fe43700b6e01279c92c916;p=coloredstderr%2Fcoloredstderr.git diff --git a/tests/example.c b/tests/example.c index 545f3cb..7f7d2ad 100644 --- a/tests/example.c +++ b/tests/example.c @@ -17,15 +17,17 @@ * along with this program. If not, see . */ +#include + #include #include #include #include +#include "../src/compiler.h" -int main(int argc, char **argv) { - (void)argv; +int main(int argc, char **argv unused) { fprintf(stderr, "write to stderr: %d\n", argc); printf("write to stdout\n"); fflush(stdout);