Fix PEDANTIC compilation, using the same trick as elsewhere.
This commit is contained in:
parent
a384002724
commit
05fc7018f8
@ -2177,7 +2177,7 @@ krb5_error_code kssl_build_principal_2(
|
||||
#else /* !OPENSSL_NO_KRB5 */
|
||||
|
||||
#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS)
|
||||
static int dummy=(int)&dummy;
|
||||
static void *dummy=&dummy;
|
||||
#endif
|
||||
|
||||
#endif /* !OPENSSL_NO_KRB5 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user