1 2 3 4 5 6
SgmlFOTBuilder.cxx:396:20: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 396 | sprintf(buf, "%03d", u.n); | ~~~^ ~~~ | | | | int long int | %03ld