mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
libs/libc/stdio/nano_libvsprintf.c: Remove not used sign variable that was stopping the compilation
This commit is contained in:
committed by
Gregory Nutt
parent
713b3e3760
commit
38508e72b9
@@ -253,7 +253,6 @@ int lib_vsprintf(FAR struct lib_outstream_s *stream,
|
||||
case 'u':
|
||||
flags &= ~FL_ALT;
|
||||
base = 10;
|
||||
sign = 0;
|
||||
goto ultoa;
|
||||
|
||||
case 'o':
|
||||
|
||||
Reference in New Issue
Block a user