Skip to content
Commit 63d28e56 authored by Mykyta Poturai's avatar Mykyta Poturai Committed by Alberto Escolar
Browse files

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: default avatarMykyta Poturai <mykyta_poturai@epam.com>
parent f764763f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment