Skip to content

Commit

Permalink
Fix Native build on MacOS w GCC 14 thanks to @opichals patch (fix #2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jan 9, 2025
1 parent 3c11580 commit d55ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/linux/jshardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ int getch()
pthread_t inputThread;
bool isInitialised;

void jshInputThread() {
void *jshInputThread() {
while (isInitialised) {
bool shortSleep = false;
/* Handle the delayed Ctrl-C -> interrupt behaviour (see description by EXEC_CTRL_C's definition) */
Expand Down

0 comments on commit d55ac84

Please sign in to comment.