[ox] Remove remaining nodiscards from Error functions
This commit is contained in:
parent
d2eea8c2ec
commit
0b3b54b3fd
@ -77,7 +77,7 @@ class FileStoreTemplate {
|
||||
|
||||
FileStoreTemplate(void *buff, size_t buffSize);
|
||||
|
||||
[[nodiscard]] static Error format(void *buffer, size_t bufferSize);
|
||||
static Error format(void *buffer, size_t bufferSize);
|
||||
|
||||
Error setSize(InodeId_t buffSize);
|
||||
|
||||
|
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user