Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information