Posted to tcl by apn at Fri Jul 05 15:46:21 GMT 2024view raw

  1. $ make -s
  2. D:/src/AAThirdparty/Tcl/tdom/expat/xmlparse.c: In function 'accountingReportDiff':
  3. D:/src/AAThirdparty/Tcl/tdom/expat/xmlparse.c:7838:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'ptrdiff_t' {aka 'long long int'} [-Wformat=]
  4. 7838 | " (+" EXPAT_FMT_PTRDIFF_T("6") " bytes %s|%d, xmlparse.c:%d) %*s\"",
  5. | ^~~~~
  6. 7839 | bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
  7. | ~~~~~~~~~
  8. | |
  9. | ptrdiff_t {aka long long int}
  10. D:/src/AAThirdparty/Tcl/tdom/generic/schema.c: In function 'tDOM_schemaInstanceCmd':
  11. D:/src/AAThirdparty/Tcl/tdom/generic/schema.c:5164:44: warning: 'nrTypeInstances' may be used uninitialized [-Wmaybe-uninitialized]
  12. 5164 | unsigned int i, savedNumPatternList, nrTypeInstances, typeInstancesLen;
  13. | ^~~~~~~~~~~~~~~
  14. D:/src/AAThirdparty/Tcl/tdom/generic/schema.c:5174:20: warning: 'typeInstances' may be used uninitialized [-Wmaybe-uninitialized]
  15. 5174 | SchemaCP **typeInstances;
  16. | ^~~~~~~~~~~~~
  17.