Fix a few strict compiler warnings.

This commit is contained in:
Simon Ruderich
2013-06-07 02:01:23 +02:00
parent 7691b7aa1a
commit 06f483dbee
4 changed files with 8 additions and 5 deletions

View 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);