You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /Users/ericdavies/repos/juliamaster/src/signal-handling.c:120:
In file included from ./signals-unix.c:228:
./signals-mach.c:496:17: error: implicit declaration of function 'jl_profile_is_buffer_full' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if (jl_profile_is_buffer_full()) {
^
In file included from /Users/ericdavies/repos/juliamaster/src/signal-handling.c:120:
./signals-unix.c:695:21: error: implicit declaration of function 'jl_profile_is_buffer_full' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
if (jl_profile_is_buffer_full()) {
Introduced by: #36006
The text was updated successfully, but these errors were encountered: