summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:48:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-11-16 17:48:06 +0000
commit5290c5aeb8e0e2987c88fccf8a6dba7e211ecdd8 (patch)
tree78f5f3aad00b35f84bbb8643618b70650b974c8b /cpukit/ChangeLog
parent2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5290c5aeb8e0e2987c88fccf8a6dba7e211ecdd8.tar.bz2
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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 894aef29fd..5cbf60b945 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2010-11-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libcsupport/src/putk.c: Remove useless variable initialization
pointed out by clang.