mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Cleanup some harmless issues found by Clang
This commit is contained in:
@@ -83,7 +83,6 @@ static int initializeRtspRequest(PRTSP_MESSAGE msg, char* command, char* target)
|
||||
static int transactRtspMessage(PRTSP_MESSAGE request, PRTSP_MESSAGE response) {
|
||||
int err, ret = 0;
|
||||
int offset;
|
||||
PRTSP_MESSAGE responseMsg = NULL;
|
||||
char* serializedMessage = NULL;
|
||||
int messageLen;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user