mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Kernel: Fix all compiler warnings.
This commit is contained in:
@@ -139,8 +139,9 @@ ByteBuffer DiskBackedFS::read_blocks(unsigned index, unsigned count) const
|
||||
return blocks;
|
||||
}
|
||||
|
||||
void DiskBackedFS::set_block_size(unsigned block_size)
|
||||
void DiskBackedFS::set_block_size(int block_size)
|
||||
{
|
||||
ASSERT(block_size > 0);
|
||||
if (block_size == m_block_size)
|
||||
return;
|
||||
m_block_size = block_size;
|
||||
|
||||
Reference in New Issue
Block a user