mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
Fixes the -Wunused-parameter warning in: * group/group_signal.c: group_signal() * irq/irq_unexpectedisr.c: irq_unexpected_isr() * task/task_spawn.c: nxtask_spawn_proxy() * timer/timer_getoverrun.c: timer_getoverrun() * misc/dev_null.c: devnull_read(), devnull_write(), devnull_poll() * misc/dev_zero.c: devzero_read(), devzero_write(), devzero_poll() * syslog/syslog_channel.c: syslog_default_write() * syslog/syslog_device.c: syslog_dev_flush() * grp/lib_initgroups.c: initgroups() * misc/lib_mknod.c: mknod() * misc/lib_glob.c: ignore_err() * pthread/pthread_barrierinit.c: pthread_barrier_init() * pthread/pthread_atfork.c: pthread_atfork() * semaphore/sem_init.c: nxsem_init() * stream/lib_nullinstream.c: nullinstream_getc() * stream/lib_nulloutstream.c: nulloutstream_putc() * stream/lib_libnoflush.c: lib_noflush() * stream/lib_libsnoflush.c: lib_snoflush() * string/lib_strerror.c: strerror() * time/lib_gettimeofday.c: gettimeofday() * time/lib_settimeofday.c: settimeofday() * unistd/lib_pathconf.c: fpathconf(), pathconf() * unistd/lib_getrusage.c: getrusage() * unistd/lib_setrlimit.c: setrlimit() * unistd/lib_getrlimit.c: getrlimit() * unistd/lib_setpriority.c: setpriority() |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_explicit_bzero.c | ||
| lib_ffs.c | ||
| lib_ffsl.c | ||
| lib_ffsll.c | ||
| lib_fls.c | ||
| lib_flsl.c | ||
| lib_flsll.c | ||
| lib_index.c | ||
| lib_isbasedigit.c | ||
| lib_memccpy.c | ||
| lib_memchr.c | ||
| lib_memcmp.c | ||
| lib_memcpy.c | ||
| lib_memmove.c | ||
| lib_memrchr.c | ||
| lib_memset.c | ||
| lib_popcount.c | ||
| lib_popcountl.c | ||
| lib_popcountll.c | ||
| lib_rindex.c | ||
| lib_skipspace.c | ||
| lib_stpcpy.c | ||
| lib_stpncpy.c | ||
| lib_strcasecmp.c | ||
| lib_strcasestr.c | ||
| lib_strcat.c | ||
| lib_strchr.c | ||
| lib_strchrnul.c | ||
| lib_strcmp.c | ||
| lib_strcoll.c | ||
| lib_strcpy.c | ||
| lib_strcspn.c | ||
| lib_strdup.c | ||
| lib_strerror.c | ||
| lib_strerrorr.c | ||
| lib_strlcat.c | ||
| lib_strlcpy.c | ||
| lib_strlen.c | ||
| lib_strncasecmp.c | ||
| lib_strncat.c | ||
| lib_strncmp.c | ||
| lib_strncpy.c | ||
| lib_strndup.c | ||
| lib_strnlen.c | ||
| lib_strpbrk.c | ||
| lib_strrchr.c | ||
| lib_strsep.c | ||
| lib_strsignal.c | ||
| lib_strspn.c | ||
| lib_strstr.c | ||
| lib_strtok.c | ||
| lib_strtokr.c | ||
| lib_strxfrm.c | ||
| lib_vikmemcpy.c | ||
| Make.defs | ||