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
+2 -1
View File
@@ -81,7 +81,8 @@ static int initializeRtspRequest(PRTSP_MESSAGE msg, char* command, char* target)
/* Returns 1 on success, 0 otherwise */
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response) {
int err, ret = 0;
SOCK_RET err;
int ret = 0;
int offset;
char* serializedMessage = NULL;
int messageLen;