From 57a762f3ccd807c95ca30e24f7afff18ef4f1639 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 3 Mar 2025 10:46:10 +0100 Subject: [PATCH] sco_demo_demo_util: fix warning --- example/sco_demo_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example/sco_demo_util.c b/example/sco_demo_util.c index 80526863a..c0e136cda 100644 --- a/example/sco_demo_util.c +++ b/example/sco_demo_util.c @@ -485,6 +485,7 @@ static const codec_support_t codec_msbc = { #define LC3_SWB_OCTETS_PER_FRAME 58 static bool sco_demo_lc3swb_frame_callback(bool bad_frame, const uint8_t * frame_data, uint16_t frame_len){ + UNUSED(frame_len); // skip H2 header for good frames if (bad_frame == false){