3rd party lib updates

This commit is contained in:
2024-04-03 11:18:24 -04:00
parent 0981a1f421
commit 1f8f65044c
6 changed files with 9 additions and 7 deletions

View File

@@ -627,7 +627,7 @@ int check_auth0(struct mg_http_message *hm) {
return TRUE;
}
static void ev_router(struct mg_connection *nc, int ev, void *ev_data, UNUSED(void *fn_data)) {
static void ev_router(struct mg_connection *nc, int ev, void *ev_data) {
if (ev == MG_EV_HTTP_MSG) {
struct mg_http_message *hm = (struct mg_http_message *) ev_data;