Skip to content

Commit a74f812

Browse files
authored
int main(void)
1 parent cfec809 commit a74f812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ AC_COMPILE_IFELSE(
245245
#ifdef __USE_GNU
246246
#error Not using musl
247247
#endif
248-
int main() { return 0; }
248+
int main(void) { return 0; }
249249
]])],
250250
[AC_MSG_RESULT([yes])
251251
AC_DEFINE([__MUSL__], [1], [Define to 1 when using musl libc.])],

0 commit comments

Comments
 (0)