fixing compile warnings etc

This commit is contained in:
openshwprojects
2022-07-31 20:20:13 +02:00
parent b4c975d888
commit 7fbcd110f9
5 changed files with 40 additions and 29 deletions

View File

@ -22,7 +22,7 @@ int sendfn(int fd, char * data, int len){
static void tcp_client_thread( int fd, char *buf, char *reply )
{
OSStatus err = kNoErr;
//OSStatus err = kNoErr;
http_request_t request;
os_memset(&request, 0, sizeof(request));