Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fix
-Wmissing-variable-declarations
warnings in vfs tests
``` ../../../../tests/lib/vfs/vfs_parse_ls_lga.c:39:23: warning: no previous extern declaration for non-static variable 'test_subclass1' [-Wmissing-variable-declarations] struct vfs_s_subclass test_subclass1; ^ ../../../../tests/lib/vfs/vfs_parse_ls_lga.c:42:21: warning: no previous extern declaration for non-static variable 'vfs_root_entry' [-Wmissing-variable-declarations] struct vfs_s_entry *vfs_root_entry; ^ ../../../../tests/lib/vfs/vfs_s_get_path.c:40:23: warning: no previous extern declaration for non-static variable 'test_subclass1' [-Wmissing-variable-declarations] struct vfs_s_subclass test_subclass1, test_subclass2, test_subclass3; ^ ``` Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
- Loading branch information