osxcoreaudio: fix unused-but-set warning
authorMatthew Waters <matthew@centricular.com>
Mon, 28 Mar 2022 07:12:03 +0000 (18:12 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 28 Mar 2022 10:30:23 +0000 (10:30 +0000)
commit5d76ddb466eb2b40b9ae17c48591fc166dcb66cb
tree9050d14a7c8724492c7ac98a7cc56a7d5a091173
parenta4ea62ef5b76ff47ed61299c3e358c4d1d56602b
osxcoreaudio: fix unused-but-set warning

../sys/osxaudio/gstosxcoreaudio.c:480:18: error: variable 'interleaved' set but not used [-Werror,-Wunused-but-set-variable]
  gboolean sign, interleaved;
                 ^

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2046>
subprojects/gst-plugins-good/sys/osxaudio/gstosxcoreaudio.c