928fb2be6d
nxplayer_main.c: code checker warning: level_percent = (uint8_t) atoi(parg); 'atoi' used to convert a string to an integer value, but function will not report conversion errors; consider using 'strtol' instead. nxlooper_main.c: code checker warning: percent = (uint16_t)(atof(parg) * 10.0); 'atof' used to convert a string to a floating-point value, but function will not report conversion errors; consider using 'strtod' instead Signed-off-by: liubojun1 <liubojun1@xiaomi.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Make.defs | ||
Makefile | ||
nxlooper_main.c | ||
nxlooper.c |