Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: explicitly initialize fs_file_t and fs_dir_t
C++ compilers forbid usage of compound literals with -Wpedantic enabled. They also forbid the usage of designated initializers for standards lower than c++20. So switch to explicit initialization, that would not make compilers angry at us. Signed-off-by: Mykyta Poturai <[email protected]>
- Loading branch information