mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-16 22:00:55 +00:00
Clean up a bunch of warnings when building with Xcode 6.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user