Snippets for apachetop 0.23.2 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/apachetop/0.23.2_1/150amd64-default.log.
-
display.cc:1215:6: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat] 1214 | mvprintw(HISTOGRAM_START + hist_height+1, hist_width+3, "-%ds", | ~~ | %ld 1215 | now - c->oldest()); | ^~~~~~~~~~~~~~~~~