]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a few temporary wanrings.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 22 Jul 2021 11:43:21 +0000 (12:43 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 22 Jul 2021 11:43:21 +0000 (12:43 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index d10f09057e3f54a5d28947d733f2d117fafb82b4..e087fbf17cd08b23d085c912cbd770090f0fa1ca 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -1939,7 +1939,7 @@ void handle_configure(rtsp_conn_info *conn __attribute__((unused)),
   debug_log_rtsp_message(2, "POST /configure response:", resp);
 }
 
-void handle_feedback(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
+void handle_feedback(__attribute__((unused)) rtsp_conn_info *conn, __attribute__((unused)) rtsp_message *req, __attribute__((unused)) rtsp_message *resp) {
 
 }