DEC C on VMS is pedantic by definition.
This commit is contained in:
parent
e28e42a549
commit
32d0ad41a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue