Cleanup some harmless issues found by Clang

This commit is contained in:
Cameron Gutman
2014-10-18 05:18:39 -04:00
parent 841e3d9f22
commit 8a5643784e
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ static int getMessageLength(PRTSP_MESSAGE msg){
int parseRtspMessage(PRTSP_MESSAGE msg, char *rtspMessage, int length) {
char *token, *protocol, *endCheck, *target, *statusStr, *command, *sequence, *content, flag;
char messageEnded = 0, *payload = NULL, *opt = NULL;
int statusCode, sequenceNum, exitCode;
int statusCode = 0, sequenceNum, exitCode;
POPTION_ITEM options = NULL;
POPTION_ITEM newOpt;