summaryrefslogtreecommitdiffstats
path: root/crypto/ebcdic.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-04 16:22:26 +0200
committerRichard Levitte <levitte@openssl.org>2015-04-04 17:05:49 +0200
commitc25dea53e9db2b4956c315f85dae3f1c2854fd2b (patch)
treef81ef9cd0662946b6b421e554fa7f45cc4d37381 /crypto/ebcdic.c
parent40cf45456602ae3d7e6c00fdbe0f5eeab24f8afc (diff)
Appease clang -Wempty-translation-unit
ebcdic.c:284:7: warning: ISO C requires a translation unit to contain at least one declaration [-Wempty-translation-unit] ^ 1 warning generated. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ebcdic.c')
-rw-r--r--crypto/ebcdic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c
index 4b7652c0ec..fd6df92b46 100644
--- a/crypto/ebcdic.c
+++ b/crypto/ebcdic.c
@@ -3,7 +3,7 @@
#ifndef CHARSET_EBCDIC
# include <openssl/e_os2.h>
-# if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX)
+# if defined(PEDANTIC) || defined(__DECC) || defined(OPENSSL_SYS_MACOSX) || defined(__clang__)
static void *dummy = &dummy;
# endif