nuttx/sched/timer
Nathan Hartman 1867bc2210 Fix compiler warnings (-Wunused-parameter) in various functions
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()
2022-07-12 11:42:34 +08:00
..
Make.defs sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_create.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
timer_delete.c sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_getitimer.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
timer_getoverrun.c Fix compiler warnings (-Wunused-parameter) in various functions 2022-07-12 11:42:34 +08:00
timer_gettime.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
timer_initialize.c sched/timer: Update most files to Apache 2.0 2020-03-11 18:39:28 -03:00
timer_release.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
timer_setitimer.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
timer_settime.c timer:settime: check return value of clock_abstime2ticks 2022-05-16 10:20:52 +03:00
timer.h sched/timer: remove unused variable 2022-02-27 12:27:35 -05:00