base: Fixed compiler warning.

This commit is contained in:
Michael Mueller
2025-05-05 18:11:26 +02:00
parent 229b9dba01
commit 16bec7c880

View File

@@ -119,7 +119,7 @@ class Genode::Heap : public Allocator
public:
static constexpr size_t UNLIMITED = ~0;
static constexpr size_t UNLIMITED = ~0UL;
Heap(Ram_allocator *ram_allocator,
Region_map *region_map,