Revert #5530 "Port yuzu-emu/yuzu#4539"
There is currently no such warning and the solution proposed omits the call instead of the warning.
This commit is contained in:
parent
987f910a86
commit
fb49ce462f
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ IOFile::IOFile() = default;
|
||||||
|
|
||||||
IOFile::IOFile(const std::string& filename, const char openmode[], int flags)
|
IOFile::IOFile(const std::string& filename, const char openmode[], int flags)
|
||||||
: filename(filename), openmode(openmode), flags(flags) {
|
: filename(filename), openmode(openmode), flags(flags) {
|
||||||
void(Open());
|
Open();
|
||||||
}
|
}
|
||||||
|
|
||||||
IOFile::~IOFile() {
|
IOFile::~IOFile() {
|
||||||
|
|
Loading…
Reference in a new issue