Re: [PATCH] unicode: make utf8 test count static

From: Gabriel Krisman Bertazi
Date: Fri Mar 08 2024 - 14:37:23 EST



On Fri, 08 Mar 2024 18:32:15 +0000, Ben Dooks wrote:
> The variables failed_tests and total_tests are not used outside of the
> utf8-selftest.c file so make them static to avoid the following warnings:
>
> fs/unicode/utf8-selftest.c:17:14: warning: symbol 'failed_tests' was not declared. Should it be static?
> fs/unicode/utf8-selftest.c:18:14: warning: symbol 'total_tests' was not declared. Should it be static?
>
>
> [...]

Applied, thanks!

[1/1] unicode: make utf8 test count static
commit: 0131c1f3cce7c01b0eb657a9e9e1a5e42c09a68b

Best regards,
--
Gabriel Krisman Bertazi <krisman@xxxxxxx>