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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user