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
@@ -60,7 +60,7 @@ void mosquittopp_test::on_message_v5(const struct mosquitto_message *msg, const
int main(int argc, char *argv[])
{
struct mosquittopp_test *mosq;
mosquittopp_test *mosq;
assert(argc == 2);
int port = atoi(argv[1]);