Skip to content

Commit

Permalink
Add [[maybe_unused]] to g722_encode_init parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Sep 25, 2024
1 parent 7f7f90a commit b42c165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/g722/g722_encode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static void block4(g722_band_t *band, int d)
/*- End of function --------------------------------------------------------*/

g722_encode_state_t *g722_encode_init(g722_encode_state_t *s,
unsigned int rate, int options)
unsigned int rate, [[maybe_unused]] int options)
{
if (s == NULL)
{
Expand Down

0 comments on commit b42c165

Please sign in to comment.