mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-07 23:51:35 +01:00
Fix a few strict compiler warnings.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user