summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 5cbf60b945..b7d8775ea5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/src/objectnametoid.c, score/src/objectnametoidstring.c:
+ Remove useless variable pointed out by clang.
+ * score/src/threadstackallocate.c: Remove useless variable
+ initialization pointed out by clang.
+
+2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c:
Remove unchecked return status pointed out by clang.