I get warnings with this version: ``` ../wine/dlls/kerberos/krb5_ap.c: In function ‘kerberos_LsaApCallPackageUntrusted’: ../wine/dlls/kerberos/krb5_ap.c:304:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 304 | struct query_ticket_cache_params params = { resp, out_buf_len }; ```