Snippets for apmod:auth-openidc 2.4.19.4 from Fedora i686
Sourced from https://kojipkgs.fedoraproject.org/packages/mod_auth_openidc/2.4.19.4/2.fc45/data/logs/i686/build.log.
-
handle/userinfo.c:341:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 341 | oidc_debug(r, "caching signed JWT with ~ttl(%ld)", apr_time_sec(expiry - apr_time_now())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~