DEC C on VMS is pedantic by definition.
This commit is contained in:
parent
03c4d82fa1
commit
56a6ccc84f
1 changed files with 2 additions and 1 deletions
|
@ -211,7 +211,8 @@ ascii2ebcdic(void *dest, const void *srce, size_t count)
|
|||
}
|
||||
|
||||
#else /*CHARSET_EBCDIC*/
|
||||
#ifdef PEDANTIC
|
||||
#include <openssl/opensslconf.h>
|
||||
#if defined(PEDANTIC) || defined(OPENSSL_SYS_VMS)
|
||||
static void *dummy=&dummy;
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue