diff --git a/threads.c b/threads.c index f7cc32d..c2b17f7 100644 --- a/threads.c +++ b/threads.c @@ -21,7 +21,7 @@ void dienomem() { exit(1); } -int main(int argc, char *argv[]) { +int main(void) { pthread_t threads[NUM_THREADS]; for (int t = 0; t < NUM_THREADS; t++) {