Kernel: Fix all compiler warnings.

This commit is contained in:
Andreas Kling 2019-06-22 16:22:34 +02:00
commit 46a06c23e3
Notes: sideshowbarker 2024-07-19 13:31:04 +09:00
13 changed files with 19 additions and 19 deletions

View file

@ -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;