diff --git a/test/build-pedantic.c b/test/build-pedantic.c index 1dfb67df..920fc4ab 100644 --- a/test/build-pedantic.c +++ b/test/build-pedantic.c @@ -3,6 +3,6 @@ /* This is a build-test only */ int -main(int argc, char **argv) { +main(void) { return 0; }