mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Kernel: Fix all compiler warnings.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 13:31:04 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/46a06c23e30
@@ -17,7 +17,7 @@ public:
|
||||
protected:
|
||||
explicit DiskBackedFS(NonnullRefPtr<DiskDevice>&&);
|
||||
|
||||
void set_block_size(unsigned);
|
||||
void set_block_size(int);
|
||||
|
||||
ByteBuffer read_block(unsigned index) const;
|
||||
ByteBuffer read_blocks(unsigned index, unsigned count) const;
|
||||
|
||||
Reference in New Issue
Block a user