Snippets for apache 2.4.68 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/main/apache2/apache2-2.4.68-r0.log.
-
mod_log_forensic.c:198:36: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'time_t' {aka 'long long int'} [-Wformat=] 198 | id = apr_psprintf(r->pool, "%" APR_PID_T_FMT ":%lx:%x", getpid(), | ^~~ 199 | time(NULL), apr_atomic_inc32(&next_id)); | ~~~~~~~~~~ | | | time_t {aka long long int}