- fixed some compiler warnings

pull/320/head
Michael Zillgith 5 years ago
parent 50c15d2a65
commit a33ed54250

@ -452,7 +452,7 @@ ConfigFileParser_createModelFromConfigFile(FileHandle fileHandle)
*sep = 0; *sep = 0;
/* check for component */ /* check for component */
char* sep = strchr(indexStr, ' '); sep = strchr(indexStr, ' ');
if (sep) { if (sep) {
componentVal = sep + 1; componentVal = sep + 1;

@ -677,7 +677,7 @@ exit_error:
return -1; return -1;
} }
void static void
handleAsyncResponse(MmsConnection self, ByteBuffer* response, uint32_t bufPos, MmsOutstandingCall outstandingCall, MmsError err) handleAsyncResponse(MmsConnection self, ByteBuffer* response, uint32_t bufPos, MmsOutstandingCall outstandingCall, MmsError err)
{ {

Loading…
Cancel
Save