X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=common%2Fcli_readline.c;h=c1476e42d95688cab1a1f9128d483027c4cfab09;hb=ecdc3df611385625dc3902b3de118dfcbfd8fb0c;hp=9a9fb35b712b09c8a9a416796c6df1ea27c7f1a0;hpb=84f24ac8278d287581e5a559a7299e1dc2b53481;p=oweals%2Fu-boot.git diff --git a/common/cli_readline.c b/common/cli_readline.c index 9a9fb35b71..c1476e42d9 100644 --- a/common/cli_readline.c +++ b/common/cli_readline.c @@ -597,7 +597,7 @@ int cli_readline_into_buffer(const char *const prompt, char *buffer, puts(tab_seq + (col & 07)); col += 8 - (col & 07); } else { - char buf[2]; + char __maybe_unused buf[2]; /* * Echo input using puts() to force an