mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
libs/libc/locale/lib_catalog.c:197:9: warning: implicit declaration of function ‘lib_get_pathbuffer’ [-Wimplicit-function-declaration]
197 | buf = lib_get_pathbuffer();
| ^~~~~~~~~~~~~~~~~~
libs/libc/locale/lib_catalog.c:197:7: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
197 | buf = lib_get_pathbuffer();
| ^
libs/libc/locale/lib_catalog.c:294:13: warning: implicit declaration of function ‘lib_put_pathbuffer’ [-Wimplicit-function-declaration]
294 | lib_put_pathbuffer(buf);
Signed-off-by: zhangshoukui <zhangshoukui@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| big5.h | ||
| CMakeLists.txt | ||
| codepages.h | ||
| gb18030.h | ||
| hkscs.h | ||
| jis0208.h | ||
| Kconfig | ||
| ksc.h | ||
| legacychars.h | ||
| lib_catalog.c | ||
| lib_duplocale.c | ||
| lib_freelocale.c | ||
| lib_gettext.c | ||
| lib_iconv.c | ||
| lib_langinfo.c | ||
| lib_localeconv.c | ||
| lib_maxlocale.c | ||
| lib_newlocale.c | ||
| lib_setlocale.c | ||
| lib_uselocale.c | ||
| Make.defs | ||
| revjis.h | ||