mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base: Fixed compiler warning.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user