From 2a2eded816d254813d2664b1c681a74cac09f80f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 2 Jan 2009 10:04:37 +0000 Subject: =?UTF-8?q?2009-01-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/_execve.c, posix/src/aio_cancel.c, posix/src/aio_error.c, posix/src/aio_fsync.c, posix/src/aio_read.c, posix/src/aio_return.c, posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/alarm.c, posix/src/devctl.c, posix/src/lio_listio.c, posix/src/mprotect.c, posix/src/pbarrierwait.c, posix/src/psignal.c, posix/src/pthread.c, posix/src/pthreadatfork.c, posix/src/sched_getparam.c, posix/src/sched_getscheduler.c, posix/src/sched_setparam.c, posix/src/sched_setscheduler.c, posix/src/timertsr.c. posix/src/ualarm.c: Add __attribute__((unused)) to unused function args. --- cpukit/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 84e16e338f..2272946419 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,17 @@ +2009-01-02 Ralf Corsépius + + * posix/src/_execve.c, posix/src/aio_cancel.c, + posix/src/aio_error.c, posix/src/aio_fsync.c, + posix/src/aio_read.c, posix/src/aio_return.c, + posix/src/aio_suspend.c, posix/src/aio_write.c, posix/src/alarm.c, + posix/src/devctl.c, posix/src/lio_listio.c, posix/src/mprotect.c, + posix/src/pbarrierwait.c, posix/src/psignal.c, posix/src/pthread.c, + posix/src/pthreadatfork.c, posix/src/sched_getparam.c, + posix/src/sched_getscheduler.c, posix/src/sched_setparam.c, + posix/src/sched_setscheduler.c, posix/src/timertsr.c. + posix/src/ualarm.c: Add __attribute__((unused)) to unused function + args. + 2009-01-02 Ralf Corsépius * posix/include/aio.h, posix/src/aio_suspend.c: Make aio_suspend() -- cgit v1.2.3