Skip to content

Commit

Permalink
Fix -Wstrict-prototypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Mar 26, 2023
1 parent 04f686b commit cd68390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void check(int OK)
}
}

int main()
int main(void)
{
printf("primecount version: %s\n", primecount_version());
printf("threads: %d\n", primecount_get_num_threads());
Expand Down

0 comments on commit cd68390

Please sign in to comment.