From 14d1db6cdb844d77581a7a98bafba912df5bd2c1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Aug 2008 18:18:54 +0000 Subject: 2008-08-19 Joel Sherrill * 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. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6af17a2d68..5500af2cb7 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2008-08-19 Joel Sherrill + + * 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 * httpd/uemf.h: Add empty braces to macro. -- cgit v1.2.3