nuttx-apps/canutils
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 apps/canutils: fix the build warning on greenhills compiler 2024-08-18 20:05:46 +08:00
canlib canutils: Fix minor style issue found in canlib 2024-04-12 15:48:21 -03:00
cansend cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
lely-canopen Fix #2181 : LELYCANOPEN_UNPACKNAME comes from extracted tarball directory 2023-11-09 14:48:15 +01:00
libcanutils Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
libdronecan Fix Kconfig style 2024-04-09 08:16:40 +02:00
libobd2 cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
libopencyphal fix cmake code smell issues 2023-09-04 23:19:26 +08:00
slcan cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
.gitignore
CMakeLists.txt cmake:migrate apps CMakeLists for canutils 2023-08-09 23:46:21 +08:00
Make.defs
Makefile