summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:36:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:36:12 +0000
commit3ff088432cf000b8651a636658ad1d1e0bc4cad4 (patch)
tree2b5fe04f628de05bfdbc5f99175fa22a342f7309 /cpukit/ChangeLog
parentAdd __attribute__((unused)) to unused function args. (diff)
downloadrtems-3ff088432cf000b8651a636658ad1d1e0bc4cad4.tar.bz2
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threaddelayended.c, score/src/threadqextractfifo.c, score/src/threadqextractpriority.c, score/src/threadqflush.c, score/src/threadqtimeout.c: Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 650a5ea594..ff1e2ebeeb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/src/threaddelayended.c, score/src/threadqextractfifo.c,
+ score/src/threadqextractpriority.c, score/src/threadqflush.c,
+ score/src/threadqtimeout.c:
+ Add __attribute__((unused)) to unused function args.
* score/src/threadblockingoperationcancel.c: Remove nested include.
Add __attribute__((unused)) to unused function args.