Skip to content

Commit c2154fd

Browse files
committed
Add missing void keyword to keep -Wold-style-definition happy.
1 parent ee29769 commit c2154fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/common.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "math_private.h"
2-
DLLEXPORT int isopenlibm() {
2+
3+
DLLEXPORT int isopenlibm(void) {
34
return 1;
45
}

0 commit comments

Comments
 (0)