Skip to content

Commit

Permalink
Fix C++compat warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jan 20, 2017
1 parent 4f5510f commit ff22bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jlapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ JL_DLLEXPORT int jl_is_debugbuild(void)
#endif
}

JL_DLLEXPORT int8_t jl_is_memdebug() {
JL_DLLEXPORT int8_t jl_is_memdebug(void) {
#ifdef MEMDEBUG
return 1;
#else
Expand Down

0 comments on commit ff22bd9

Please sign in to comment.