Skip to content
Snippets Groups Projects
Commit 7bd3d76a authored by Ben Dooks's avatar Ben Dooks Committed by Gabriel Krisman Bertazi
Browse files

unicode: make utf8 test count static


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?

Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Link: https://lore.kernel.org/r/20240308183215.1924331-1-ben.dooks@codethink.co.uk


Signed-off-by: default avatarGabriel Krisman Bertazi <krisman@suse.de>
parent 6ba59ff4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment