video: add __maybe_unused attribute to suppress warnings

This commit is contained in:
Takumi Sueda 2022-02-20 22:08:39 +09:00
parent cb2563c143
commit eb35ac188e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#define VIDEO_FONT_HEIGHT 11
#define VIDEO_FONT_SIZE (VIDEO_FONT_CHARS * VIDEO_FONT_HEIGHT)
static unsigned char video_fontdata[VIDEO_FONT_SIZE] = {
static unsigned char __maybe_unused video_fontdata[VIDEO_FONT_SIZE] = {
/* 0 0x00 '^@' */
0x00, /* 00000000 */