X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=07e3cccfbc65423bcd0455d1b9eb5617fbbe1c91;hp=19b54d3932897be20067c6b06b608653fafbf911;hb=3e4e5c000805b8bebf431d6e0431940fa17886ad;hpb=a2ce091cb5387eb389638dd4aa8487ef2dda310e diff --git a/ortp_send.c b/ortp_send.c index 19b54d39..07e3cccf 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -192,14 +192,14 @@ static void ortp_send(struct audio_format *af, long unsigned current_chunk, free(sendbuf); } -static int ortp_com_on(struct sender_command_data *scd) +static int ortp_com_on(__a_unused struct sender_command_data *scd) { self->status = SENDER_ON; return 1; } -static int ortp_com_off(struct sender_command_data *scd) +static int ortp_com_off(__a_unused struct sender_command_data *scd) { ortp_shutdown_targets(); self->status = SENDER_OFF; @@ -290,8 +290,9 @@ success: } } -static void ortp_pre_select(struct audio_format *af, int *max_fileno, - fd_set *rfds, fd_set *wfds) +static void ortp_pre_select(__a_unused struct audio_format *af, + __a_unused int *max_fileno, __a_unused fd_set *rfds, + __a_unused fd_set *wfds) { return; }