Explorar o código

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

Ed Schouten %!s(int64=10) %!d(string=hai) anos
pai
achega
c2154fd3f3
Modificáronse 1 ficheiros con 2 adicións e 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;
 }