summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:50:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:50:26 +0000
commit16d7b65331f469935c6f630edc0f3a0be74dedb3 (patch)
treece86edbbbae009498ed4cadfb0d7e50471413f81 /cpukit/ChangeLog
parent2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-16d7b65331f469935c6f630edc0f3a0be74dedb3.tar.bz2
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.
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.