os: avoid implicit conversions

Issue #23
This commit is contained in:
Norman Feske
2021-12-02 11:23:38 +01:00
parent 03047009b1
commit 04cf6ea3ab
167 changed files with 651 additions and 532 deletions

View File

@ -299,7 +299,7 @@ class Vfs::Dir_file_system : public File_system
* Determine number of matching directory entries within
* the current file system.
*/
int const fs_num_dirent = vfs_handle.ds().num_dirent(sub_path);
int const fs_num_dirent = (int)vfs_handle.ds().num_dirent(sub_path);
/*
* Query directory entry if index lies with the file