summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:24:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:24:27 +0000
commit339d93a3a9edf180896275406e8cf222450b1382 (patch)
tree6d6d6fdfcf52337b1738a01f1b89ec78262deeb2 /cpukit/ChangeLog
parentAdd __attribute__((unused)) to unused function args. (diff)
downloadrtems-339d93a3a9edf180896275406e8cf222450b1382.tar.bz2
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/coremutexsurrender.c: Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c0a590d5d3..448d5849d3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,10 +1,10 @@
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
- * score/src/coremsgsubmit.c, score/src/coremsgbroadcast.c,
- score/src/corebarrierrelease.c:
- Add __attribute__((unused)) to unused function args.
+ * score/src/coremutexsurrender.c, score/src/coremsgsubmit.c,
+ score/src/coremsgbroadcast.c, score/src/corebarrierrelease.c:
+ Add __attribute__((unused)) to unused function args.
* score/inline/rtems/score/sysstate.inl:
- Add __attribute__((unused)) to unused function args.
+ Add __attribute__((unused)) to unused function args.
* rtems/src/timerserver.c: Remove _Timer_Server_body warnings.
2008-12-29 Ralf Corsépius <ralf.corsepius@rtems.org>