mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Fix compiler warning
This commit is contained in:
parent
003603b97c
commit
8c06881fa3
@ -2484,7 +2484,7 @@ int app_reverse_lookup(const struct cli_parsed *parsed, struct cli_context *cont
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int context_switch_test(int);
|
void context_switch_test(int);
|
||||||
int app_mem_test(const struct cli_parsed *parsed, struct cli_context *context)
|
int app_mem_test(const struct cli_parsed *parsed, struct cli_context *context)
|
||||||
{
|
{
|
||||||
int mem_size;
|
int mem_size;
|
||||||
|
@ -38,7 +38,7 @@ void report()
|
|||||||
stop_timing=1;
|
stop_timing=1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int context_switch_test(int duration)
|
void context_switch_test(int duration)
|
||||||
{
|
{
|
||||||
unsigned long check;
|
unsigned long check;
|
||||||
int p1[2], p2[2];
|
int p1[2], p2[2];
|
||||||
|
Loading…
Reference in New Issue
Block a user