gcc11 -Wall -Wpedantic cleanup

This commit is contained in:
Darryl L. Miles
2025-01-06 16:12:11 +00:00
parent 3df2aaaa16
commit 07f9bbe1fb
20 changed files with 42 additions and 31 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ NLNetName(net)
term = net->nnet_terms;
if (term == NULL || term->nterm_name == NULL)
{
(void) sprintf(tempId, "[%p]", net);
(void) sprintf(tempId, "[%p]", (void *) net);
return tempId;
}