Skip to content

Commit 223c4f1

Browse files
committed
Add suppression in TX
1 parent 56ad24e commit 223c4f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

virtio-snd.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,11 @@ static int virtio_snd_tx_stream_cb(const void *input,
876876
PaStreamCallbackFlags status_flags,
877877
void *user_data)
878878
{
879+
/* suppress unused variables warning */
880+
(void) input;
881+
(void) time_info;
882+
(void) status_flags;
883+
879884
vsnd_stream_sel_t *v_ptr = (vsnd_stream_sel_t *) user_data;
880885
uint32_t id = v_ptr->stream_id;
881886
int channels = vsnd_props[id].pp.channels;

0 commit comments

Comments
 (0)