summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 18:18:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 18:18:54 +0000
commit14d1db6cdb844d77581a7a98bafba912df5bd2c1 (patch)
treeea6070e14c42c1d85ba356d3c739807362b094f7 /cpukit/ChangeLog
parent2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-14d1db6cdb844d77581a7a98bafba912df5bd2c1.tar.bz2
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/rpcio.c: Remove some warnings. Using ASSERT/assert macros confuses gcc who is unsure actions take place. More importantly if you ever compiled with NDEBUG set wrong, intended actions would not occur. Likely I did not catch all of these.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6af17a2d68..5500af2cb7 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * libfs/src/nfsclient/src/nfs.c, libfs/src/nfsclient/src/rpcio.c:
+ Remove some warnings. Using ASSERT/assert macros confuses gcc who is
+ unsure actions take place. More importantly if you ever compiled with
+ NDEBUG set wrong, intended actions would not occur. Likely I did not
+ catch all of these.
+
+2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* httpd/uemf.h: Add empty braces to macro.
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>