Snippets for adolc 2.7.2 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/xxx2731rcdgad9ih8g93ncv0756gzajv-adolc-2.7.2.drv.
-
psdrivers.c:55:25: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'int' [-Wformat=] 55 | fprintf(DIAG_OUT, "ADOL-C error: Number of switches passed %d does not " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | "match the one recorded on tape %d (%zu)\n", swchk, tag, s); | ~ | | | int -
tape_handling.cpp:1805:75: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 1805 | fprintf(DIAG_OUT,"ADOL-C-warning: called %s after allocating %d active variables\n" | ~^ | | | int | %ld