nuttx-apps/canutils/candump
guoshichao a6094d81bb apps/canutils: fix the build warning on greenhills compiler
CC:  stdlib/lib_srand.c "candump.c", line 231: warning #550-D: variable "ret" was set but never used
  	int opt, ret;
  	         ^

"candump.c", line 101: warning #550-D: variable "cmdlinename" was set but
          never used
  static char *cmdlinename[MAXSOCK];
               ^

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2024-08-18 20:05:46 +08:00
..
candump.c apps/canutils: fix the build warning on greenhills compiler 2024-08-18 20:05:46 +08:00
CMakeLists.txt cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
Kconfig canutils: fix indentation in Kconfig files 2023-03-26 08:33:05 -06:00
Make.defs Ported candump & cansend apps from can-utils (https://github.com/linux-can/can-utils) 2020-06-15 07:23:37 -06:00
Makefile Makefile: replace INCDIR to INCDIR_PREFIX 2022-11-10 02:38:58 +08:00