silence compiler warning about unused parameter
This commit is contained in:
		@@ -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 ";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user