libs/libc/stdio/nano_libvsprintf.c: Remove not used sign variable that was stopping the compilation
This commit is contained in:
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':
|
||||
|
Loading…
Reference in New Issue
Block a user