Codechange: Replace all FILE * with FileHandle RAII class. #24
Annotations
5 errors
Windows (x64) / CI:
src/music/dmusic.cpp#L436
'std::optional<FileHandle> FileHandle::Open(const std::string &,const std::string &)': cannot convert argument 1 from 'const std::filesystem::path' to 'const std::string &'
|
Windows (x64) / CI
Process completed with exit code 1.
|
Windows (x86) / CI:
src/music/dmusic.cpp#L436
'std::optional<FileHandle> FileHandle::Open(const std::string &,const std::string &)': cannot convert argument 1 from 'const std::filesystem::path' to 'const std::string &'
|
Windows (x86) / CI
Process completed with exit code 1.
|
Check Annotations
4 annotation(s) found
|