Skip to content

Commit

Permalink
because signum is now being used, the line "(void)signum;" is no long…
Browse files Browse the repository at this point in the history
…er needed
  • Loading branch information
AJ528 committed May 13, 2024
1 parent 0c72598 commit b67a6c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/st-util/gdb-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static void cleanup(int32_t signum) {
}else{
exit(1);
}
(void)signum;
}

#if defined(_WIN32)
Expand Down

0 comments on commit b67a6c3

Please sign in to comment.