mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 19:38:39 +08:00
3d7629a02c
| $ gcc -c "-O3" -Wall -isystem include -D__NuttX__ -D__KERNEL__ -I fs -I sched fs/mmap/fs_mmap.c -o fs_mmap.o | include/sys/mman.h: In function ‘mmap’: | fs/mmap/fs_mmap.c:259:13: warning: ‘mapped’ may be used uninitialized in this function [-Wmaybe-uninitialized] | 259 | FAR void *mapped; | | ^~~~~~ Signed-off-by: chao an <anchao@xiaomi.com>