mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 09:23:20 +00:00
Add a minimal implementation to suppress warnings when building application code shared with other operating systems. For example: When building with a c++ compiler and GCC 12.2.0, the following warning is emitted: nuttx/include/spawn.h:178:40: warning: statement has no effect [-Wunused-value] 178 | #define posix_spawnattr_destroy(attr) (0) |
||
|---|---|---|
| .. | ||
| aio | ||
| assert | ||
| audio | ||
| bin | ||
| builtin | ||
| ctype | ||
| dirent | ||
| dlfcn | ||
| errno | ||
| eventfd | ||
| fdt | ||
| fixedmath | ||
| gdbstub | ||
| gpsutils | ||
| grp | ||
| hex2bin | ||
| inttypes | ||
| kbin | ||
| libgen | ||
| locale | ||
| lzf | ||
| machine | ||
| misc | ||
| modlib | ||
| net | ||
| netdb | ||
| obstack | ||
| pthread | ||
| pwd | ||
| queue | ||
| regex | ||
| sched | ||
| semaphore | ||
| signal | ||
| spawn | ||
| stdio | ||
| stdlib | ||
| stream | ||
| string | ||
| symtab | ||
| syslog | ||
| termios | ||
| time | ||
| tls | ||
| uio | ||
| unistd | ||
| userfs | ||
| uuid | ||
| wchar | ||
| wctype | ||
| wqueue | ||
| zoneinfo | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Kconfig | ||
| libc.csv | ||
| libc.h | ||
| Makefile | ||