summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:23:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:23:20 +0000
commit58babc7fe7080d695e33ad284ee94324830cc4a1 (patch)
tree3e5f72baecf78503091135272843b7cbdbc3cac9
parent2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-58babc7fe7080d695e33ad284ee94324830cc4a1.tar.bz2
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/coremsgsubmit.c, score/src/coremsgbroadcast.c: Add __attribute__((unused)) to unused function args.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dd22eb0e79..c0a590d5d3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,7 @@
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
- * score/src/corebarrierrelease.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.