Fixed compiler warnings.

This commit is contained in:
Fotis Panagiotopoulos
2022-08-22 16:17:00 +03:00
committed by Xiang Xiao
parent d1cbbcdb41
commit 0cdb2cfa48
21 changed files with 128 additions and 18 deletions

View File

@@ -76,6 +76,8 @@
static inline int binaryexpression(FAR struct nsh_vtbl_s *vtbl, char **argv)
{
UNUSED(vtbl);
char *endptr;
long integer1;
long integer2;