From b81cc7d6249671a2c1e36f6c8ac01da0e0b7c612 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Fri, 31 Oct 2014 20:32:02 +0000 Subject: StdLib: Fix more GCC warnings/errors caused by variables being set but not used. Removed variables that had no effect on code behavior. Normalized comment formatting. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed by: Daryl McDaniel git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16286 6f19259b-4bc3-4df7-8a09-765794883524 --- StdLib/EfiSocketLib/Socket.c | 1 + 1 file changed, 1 insertion(+) (limited to 'StdLib/EfiSocketLib') diff --git a/StdLib/EfiSocketLib/Socket.c b/StdLib/EfiSocketLib/Socket.c index 96a20c331e..d782b435e6 100644 --- a/StdLib/EfiSocketLib/Socket.c +++ b/StdLib/EfiSocketLib/Socket.c @@ -4006,6 +4006,7 @@ EslSocketPortCloseComplete ( // Determine if the receive operation is pending Status = EslSocketPortCloseRxDone ( pPort ); DBG_EXIT_STATUS ( Status ); + --Status; } -- cgit v1.2.3