Эх сурвалжийг харах

Add missing void keyword to keep -Wold-style-definition happy.

Ed Schouten 10 жил өмнө
parent
commit
c2154fd3f3
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      src/common.c

+ 2 - 1
src/common.c

@@ -1,4 +1,5 @@
 #include "math_private.h"
-DLLEXPORT int isopenlibm() {
+
+DLLEXPORT int isopenlibm(void) {
     return 1;
 }