mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
gcc11 -Wall -Wpedantic cleanup
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user