Skip to content

Commit ff22bd9

Browse files
committed
Fix C++compat warning
1 parent 4f5510f commit ff22bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jlapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ JL_DLLEXPORT int jl_is_debugbuild(void)
267267
#endif
268268
}
269269

270-
JL_DLLEXPORT int8_t jl_is_memdebug() {
270+
JL_DLLEXPORT int8_t jl_is_memdebug(void) {
271271
#ifdef MEMDEBUG
272272
return 1;
273273
#else

0 commit comments

Comments
 (0)