summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:20:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-31 03:20:36 +0000
commitca01c7277cff6681b6099b46348e47164611a30b (patch)
tree7e93cc61c02b2e5cfc19b1431364dfafecb11679 /cpukit/ChangeLog
parent2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ca01c7277cff6681b6099b46348e47164611a30b.tar.bz2
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/inline/rtems/score/sysstate.inl: Add __attribute__((unused)) to unused function args.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 36fa5d3e50..d21cfd586c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/inline/rtems/score/sysstate.inl:
+ 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>