Clean up a bunch of warnings when building with Xcode 6.1

This commit is contained in:
Cameron Gutman
2014-10-18 11:32:29 -04:00
parent 8a5643784e
commit 0758de960a
9 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ void destroyInputStream(void) {
}
static void inputSendThreadProc(void* context) {
int err;
SOCK_RET err;
PPACKET_HOLDER holder;
char encryptedBuffer[MAX_INPUT_PACKET_SIZE];
size_t encryptedSize;