ExtHier.c: format '%ld' expects argument of type 'long int', but .. 'dlong'

GCC14 loud default warnings series
This commit is contained in:
Darryl L. Miles 2024-10-02 06:59:00 +01:00 committed by Tim Edwards
parent b3cb528e46
commit 66734bbaee
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ extOutputConns(table, outf)
fprintf(outf, "merge \"%s\" \"%s\" %lg",
nn->nn_name, nnext->nn_name, c);
for (n = 0; n < ExtCurStyle->exts_numResistClasses; n++)
fprintf(outf, " %ld %d",
fprintf(outf, " %"DLONG_PREFIX"d %d",
node->node_pa[n].pa_area,
node->node_pa[n].pa_perim);
fprintf(outf, "\n");