diff options
author | eihrul <eihrul> | 2011-12-31 12:37:26 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2011-12-31 12:37:26 +0000 |
commit | 70d0d8f25d04813f2a094262def2206caf3932ea (patch) | |
tree | bdfa0206ab8442127c3e9e91a76d612095fcaad5 /protocol.c | |
parent | e96c668702e118ad4377503fb9755eaaeca1785c (diff) | |
download | enet-70d0d8f25d04813f2a094262def2206caf3932ea.tar.gz enet-70d0d8f25d04813f2a094262def2206caf3932ea.zip |
warning workarounds
Diffstat (limited to 'protocol.c')
-rw-r--r-- | protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |