ExtHier.c: format '%ld' expects argument of type 'long int', but .. 'dlong'
GCC14 loud default warnings series
This commit is contained in:
parent
b3cb528e46
commit
66734bbaee
|
|
@ -854,7 +854,7 @@ extOutputConns(table, outf)
|
||||||
fprintf(outf, "merge \"%s\" \"%s\" %lg",
|
fprintf(outf, "merge \"%s\" \"%s\" %lg",
|
||||||
nn->nn_name, nnext->nn_name, c);
|
nn->nn_name, nnext->nn_name, c);
|
||||||
for (n = 0; n < ExtCurStyle->exts_numResistClasses; n++)
|
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_area,
|
||||||
node->node_pa[n].pa_perim);
|
node->node_pa[n].pa_perim);
|
||||||
fprintf(outf, "\n");
|
fprintf(outf, "\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue