From 70d0d8f25d04813f2a094262def2206caf3932ea Mon Sep 17 00:00:00 2001 From: eihrul Date: Sat, 31 Dec 2011 12:37:26 +0000 Subject: warning workarounds --- protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol.c') diff --git a/protocol.c b/protocol.c index da64e91..34658cd 100644 --- a/protocol.c +++ b/protocol.c @@ -170,7 +170,7 @@ enet_protocol_remove_sent_unreliable_commands (ENetPeer * peer) static ENetProtocolCommand enet_protocol_remove_sent_reliable_command (ENetPeer * peer, enet_uint16 reliableSequenceNumber, enet_uint8 channelID) { - ENetOutgoingCommand * outgoingCommand; + ENetOutgoingCommand * outgoingCommand = NULL; ENetListIterator currentCommand; ENetProtocolCommand commandNumber; int wasSent = 1; -- cgit v1.2.3