Fix PEDANTIC compilation, using the same trick as elsewhere.

This commit is contained in:
Geoff Thorpe 2005-07-26 04:05:03 +00:00
parent a384002724
commit 05fc7018f8

View File

@ -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 */