Explorar el Código

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

Ed Schouten hace 10 años
padre
commit
c2154fd3f3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
 }