mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
parent
62ac0faad8
commit
7c3aab2ea2
@ -26,7 +26,7 @@
|
||||
unsigned int
|
||||
lwip_port_rand(void)
|
||||
{
|
||||
return rand();
|
||||
return (unsigned int)rand();
|
||||
}
|
||||
|
||||
Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown)
|
||||
|
Loading…
x
Reference in New Issue
Block a user