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
@@ -14,7 +14,7 @@ mosquittopp_test::mosquittopp_test(const char *id) : mosqpp::mosquittopp(id)
int main(int argc, char *argv[])
{
struct mosquittopp_test *mosq;
mosquittopp_test *mosq;
int rc = 1;
assert(argc == 2);