]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Fix set but not used in mfcr2_show_links_of().
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 21 May 2026 19:20:11 +0000 (13:20 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 1 Jun 2026 14:48:31 +0000 (14:48 +0000)
commit09aa56ae002145dd0a958cf9b5720973a26fd7f9
tree1e73037822846494c2914bc510880dc7d3c35edd
parentc60eee413b1a470cef1c910f237e3e7551c3cd6c
chan_dahdi: Fix set but not used in mfcr2_show_links_of().

When openr2 is installed mfcr2_show_links_of() is no longer ifdeffed out
which makes gcc-16 complain with 'variable ‘x’ set but not used'.

Resolves: #1947
channels/chan_dahdi.c