mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
"stdio/lib_dtoa_engine.c", line 102: error #166: invalid floating constant if (x < MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 102: warning #1626-D: concatenation with "(" in macro "PASTE" does not create a valid token if (x < MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 102: error #109: expression preceding parentheses of apparent call must have (pointer-to-) function type if (x < MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 107: error #166: invalid floating constant if (y < MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 107: warning #1626-D: concatenation with "(" in macro "PASTE" does not create a valid token if (y < MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 107: error #109: expression preceding parentheses of apparent call must have (pointer-to-) function type if (y < MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 119: error #166: invalid floating constant if (y >= MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 119: warning #1626-D: concatenation with "(" in macro "PASTE" does not create a valid token if (y >= MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 119: error #109: expression preceding parentheses of apparent call must have (pointer-to-) function type if (y >= MIN_MANT) ^ "stdio/lib_dtoa_engine.c", line 144: error #166: invalid floating constant if (x >= MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 144: warning #1626-D: concatenation with "(" in macro "PASTE" does not create a valid token if (x >= MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 144: error #109: expression preceding parentheses of apparent call must have (pointer-to-) function type if (x >= MAX_MANT) ^ "stdio/lib_dtoa_engine.c", line 153: error #166: invalid floating constant uint64_t decimal = MIN_MANT_INT; ^ "stdio/lib_dtoa_engine.c", line 153: warning #1626-D: concatenation with "(" in macro "PASTE" does not create a valid token uint64_t decimal = MIN_MANT_INT; ^ "stdio/lib_dtoa_engine.c", line 153: error #109: expression preceding parentheses of apparent call must have (pointer-to-) function type uint64_t decimal = MIN_MANT_INT; Signed-off-by: yanghuatao <yanghuatao@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_asprintf.c | ||
| lib_clearerr.c | ||
| lib_dprintf.c | ||
| lib_dtoa_data.c | ||
| lib_dtoa_engine.c | ||
| lib_dtoa_engine.h | ||
| lib_fclose.c | ||
| lib_feof.c | ||
| lib_ferror.c | ||
| lib_fflush.c | ||
| lib_fgetc.c | ||
| lib_fgetpos.c | ||
| lib_fgets.c | ||
| lib_fgetwc.c | ||
| lib_fileno.c | ||
| lib_fmemopen.c | ||
| lib_fopen.c | ||
| lib_fopencookie.c | ||
| lib_fprintf.c | ||
| lib_fputc.c | ||
| lib_fputs.c | ||
| lib_fputwc.c | ||
| lib_fputws.c | ||
| lib_fread.c | ||
| lib_freopen.c | ||
| lib_fscanf.c | ||
| lib_fseek.c | ||
| lib_fseeko.c | ||
| lib_fsetpos.c | ||
| lib_ftell.c | ||
| lib_ftello.c | ||
| lib_fwrite.c | ||
| lib_getc.c | ||
| lib_getchar.c | ||
| lib_getdelim.c | ||
| lib_gets.c | ||
| lib_gets_s.c | ||
| lib_getwc.c | ||
| lib_libdgets.c | ||
| lib_libfflush.c | ||
| lib_libfgets.c | ||
| lib_libfilelock.c | ||
| lib_libflushall.c | ||
| lib_libfread_unlocked.c | ||
| lib_libfwrite.c | ||
| lib_libgetstreams.c | ||
| lib_libsprintf.c | ||
| lib_libvscanf.c | ||
| lib_libvsprintf.c | ||
| lib_open_memstream.c | ||
| lib_perror.c | ||
| lib_printf.c | ||
| lib_putc.c | ||
| lib_putchar.c | ||
| lib_puts.c | ||
| lib_putwc.c | ||
| lib_putwchar.c | ||
| lib_rdflush_unlocked.c | ||
| lib_remove.c | ||
| lib_renameat.c | ||
| lib_rewind.c | ||
| lib_scanf.c | ||
| lib_setbuf.c | ||
| lib_setbuffer.c | ||
| lib_setvbuf.c | ||
| lib_snprintf.c | ||
| lib_sprintf.c | ||
| lib_sscanf.c | ||
| lib_tempnam.c | ||
| lib_tmpfile.c | ||
| lib_tmpnam.c | ||
| lib_ultoa_invert.c | ||
| lib_ultoa_invert.h | ||
| lib_ungetc.c | ||
| lib_ungetwc.c | ||
| lib_vasprintf.c | ||
| lib_vdprintf.c | ||
| lib_vfprintf.c | ||
| lib_vfscanf.c | ||
| lib_vprintf.c | ||
| lib_vscanf.c | ||
| lib_vsnprintf.c | ||
| lib_vsprintf.c | ||
| lib_vsscanf.c | ||
| lib_wrflush_unlocked.c | ||
| Make.defs | ||