summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-30 20:29:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-30 20:29:57 +0000
commita818530b4887da0b0eeec2c7a6ca2e00d79017a6 (patch)
tree6e66d0d20a3237bba3cf38d12cb81a5575274eb2 /c/src/ChangeLog
parent2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-a818530b4887da0b0eeec2c7a6ca2e00d79017a6.tar.bz2
2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
* libchip/network/sonic.c: Do not declare a variable just to hold an ignored return value.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 71c54ab4df..840c7c4457 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * libchip/network/sonic.c: Do not declare a variable just to hold an
+ ignored return value.
+
2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/i2c/spi-sd-card.c: Fixed integer conversion warnings.