Fix test build warnings

This commit is contained in:
Roger A. Light
2024-02-26 00:19:49 +00:00
parent 8a8d6e043e
commit b96ab2bbd7
56 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void mosquittopp_test::on_unsubscribe(int mid)
int main(int argc, char *argv[])
{
struct mosquittopp_test *mosq;
mosquittopp_test *mosq;
assert(argc == 2);
int port = atoi(argv[1]);