Fixed and/or muted compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-01-29 23:16:14 +01:00
parent 32d37eb770
commit c01b043ff9
8 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ test_concurent_daemon_pair (void *cls,
MHD_stop_daemon (d1);
return 1;
}
port1 = (int) dinfo->port;
port1 = dinfo->port;
}
d2 = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION
@@ -112,7 +112,7 @@ test_concurent_daemon_pair (void *cls,
MHD_stop_daemon (d2);
return 1;
}
port2 = (int) dinfo->port;
port2 = dinfo->port;
}
res =