diff options
-rw-r--r-- | rts/adjustor/AdjustorPool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/adjustor/AdjustorPool.c b/rts/adjustor/AdjustorPool.c index b8171d4cc6..7ed9f2e5da 100644 --- a/rts/adjustor/AdjustorPool.c +++ b/rts/adjustor/AdjustorPool.c @@ -187,7 +187,8 @@ bitmap_set(uint8_t *bitmap, size_t idx, bool value) } } -static bool +// N.B. this is unused in non-DEBUG compilers +static bool STG_UNUSED bitmap_get(uint8_t *bitmap, size_t idx) { size_t word_n = idx / 8; |