DEC C on VMS is pedantic by definition.

This commit is contained in:
Richard Levitte 2001-02-20 13:06:55 +00:00
parent e28e42a549
commit 32d0ad41a4

View file

@ -1033,7 +1033,7 @@ void kssl_krb5_free_data_contents(krb5_context context, krb5_data *data)
#else /* !OPENSSL_NO_KRB5 */
#ifdef PEDANTIC
#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS)
static int dummy=(int)&dummy;
#endif