[ox] Remove remaining nodiscards from Error functions
This commit is contained in:
2
deps/ox/src/ox/fs/filesystem/filesystem.hpp
vendored
2
deps/ox/src/ox/fs/filesystem/filesystem.hpp
vendored
@@ -105,7 +105,7 @@ class FileSystemTemplate: public FileSystem {
|
||||
|
||||
~FileSystemTemplate();
|
||||
|
||||
[[nodiscard]] static ox::Error format(void *buff, uint64_t buffSize);
|
||||
static Error format(void *buff, uint64_t buffSize);
|
||||
|
||||
Error mkdir(const char *path, bool recursive = false) override;
|
||||
|
||||
|
Reference in New Issue
Block a user