Skip to content

Commit

Permalink
Fix unused signum parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Jan 23, 2025
1 parent e77e377 commit 11f851b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tlog/rec.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ tlog_rec_alarm_sighandler(int signum)
static void
tlog_rec_sigchld_handler(int signum)
{
(void)signum;
tlog_rec_child_exited = true;
}

Expand Down

0 comments on commit 11f851b

Please sign in to comment.