Skip to content

Commit

Permalink
Fixup -Werror
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha committed Nov 6, 2023
1 parent a1664d4 commit 51a5e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/conn_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ void conn_user_unlock(juice_agent_t *agent) {

int conn_user_interrupt(juice_agent_t *agent) {
// juice_user_poll does not block when polling, so there's nothing to interrupt
(void) agent; // Explicitly discard unused parameter
return JUICE_ERR_SUCCESS;
}

Expand Down

0 comments on commit 51a5e62

Please sign in to comment.