mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Try to silence unused function warning in travis
This commit is contained in:
parent
8fc20142f7
commit
c4867b878c
@ -177,5 +177,9 @@ timers_suite(void)
|
||||
/* TESTFUNC(test_bug52748), */
|
||||
TESTFUNC(test_timers)
|
||||
};
|
||||
testfunc tests_unused[] = {
|
||||
TESTFUNC(test_bug52748)
|
||||
};
|
||||
LWIP_UNUSED_ARG(tests_unused);
|
||||
return create_suite("TIMERS", tests, LWIP_ARRAYSIZE(tests), timers_setup, timers_teardown);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user