mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Add missing void keyword to keep -Wold-style-definition happy.
This commit is contained in:
parent
ee2976996d
commit
c2154fd3f3
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "math_private.h"
|
#include "math_private.h"
|
||||||
DLLEXPORT int isopenlibm() {
|
|
||||||
|
DLLEXPORT int isopenlibm(void) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue