mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 08:37:17 -04:00
Silence some warnings
This commit is contained in:
parent
1074d56ec3
commit
c651b5c672
@ -201,7 +201,7 @@ size_t procfs::procfs_file_system::statfs(statfs_info& file){
|
||||
return 0;
|
||||
}
|
||||
|
||||
size_t procfs::procfs_file_system::write(const std::vector<std::string>& file_path, const char* buffer, size_t count, size_t offset, size_t& written){
|
||||
size_t procfs::procfs_file_system::write(const std::vector<std::string>&, const char*, size_t, size_t, size_t&){
|
||||
return std::ERROR_PERMISSION_DENIED;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user