arm bcm2835: Appease a warning from GCC

No code currently uses the vc_audio_msg_type_names array of strings.

Reported by:	-Wunused-variable
Differential Revision:	https://reviews.freebsd.org/D55162
This commit is contained in:
John Baldwin
2026-02-17 15:46:48 -05:00
parent 4092df8820
commit c7f7b67411
@@ -56,7 +56,7 @@ typedef enum
} VC_AUDIO_MSG_TYPE;
static const char *vc_audio_msg_type_names[] = {
static const char __used *vc_audio_msg_type_names[] = {
"VC_AUDIO_MSG_TYPE_RESULT",
"VC_AUDIO_MSG_TYPE_COMPLETE",
"VC_AUDIO_MSG_TYPE_CONFIG",