diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c index bbeb9adc4..7a9ad51fc 100644 --- a/test/test.c +++ b/test/test.c @@ -211,6 +211,7 @@ static VirtualTimer vt; bool_t test_timer_done;
static void tmr(void *p) {
+ (void)p;
test_timer_done = TRUE;
}
|