silence compiler warning about unused parameter
This commit is contained in:
parent
b869ed9c45
commit
84c747c81c
@ -51,6 +51,7 @@ static char IN_SECTION(.ccm.bss) history_buffer[600];
|
||||
|
||||
static bool check_opt(const char *args, uint32_t len, const char *opt_to_check)
|
||||
{
|
||||
(void)len;
|
||||
char str[128];
|
||||
const char *ptr;
|
||||
static const char * const tokens = "\t ";
|
||||
|
Loading…
Reference in New Issue
Block a user