Snippets for apmod:auth-openidc 2.4.16.11 from Alpine x86
-
src/handle/userinfo.c:340:23: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=] 340 | oidc_debug(r, "caching signed JWT with ~ttl(%ld)", apr_time_sec(expiry - apr_time_now())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~