mirror of
https://github.com/lammertb/libhttp.git
synced 2025-12-22 04:02:04 +03:00
Avoid unused variable warning
This commit is contained in:
@@ -3077,6 +3077,8 @@ static int push(struct mg_context *ctx,
|
|||||||
}
|
}
|
||||||
} while ((timeout <= 0) || (mg_difftimespec(&now, &start) <= timeout));
|
} while ((timeout <= 0) || (mg_difftimespec(&now, &start) <= timeout));
|
||||||
|
|
||||||
|
(void)err; /* Avoid unused warning if NO_SSL is set and DEBUG_TRACE is not used */
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user