Snippets for oprofile 1.4.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/zdkhg43si4s4dwvykh6vm1p1haynmz6n-oprofile-1.4.0.drv.
-
opagent.c:111:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 111 | _bfd_target_name = bfd->xvec->name; | ^ -
opagent.c:239:62: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 239 | snprintf(err_msg, PATH_MAX + 16, "Error writing to %s", dump_path); | ^