Skip to content

Commit

Permalink
Update helper_thread.c
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes authored Jul 19, 2024
1 parent 862fc01 commit 409ae9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static void block_signals(void)
sigset_t sigmask;

int ret;
(void)ret; // Suppress unused variable warning
(void)ret; /* Suppress unused variable warning */

ret = pthread_sigmask(SIG_UNBLOCK, NULL, &sigmask);
assert(ret == 0);
Expand Down

0 comments on commit 409ae9e

Please sign in to comment.