From: Geoff Thorpe Date: Wed, 29 Oct 2003 04:41:19 +0000 (+0000) Subject: Avoid "empty source file" warnings. X-Git-Tag: BEN_FIPS_TEST_4^2~11^2~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=40f935f5b45bc08492177ce5856d2c3e8fe764e5;p=oweals%2Fopenssl.git Avoid "empty source file" warnings. --- diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c index d1bece87f7..6ac5b39443 100644 --- a/crypto/ebcdic.c +++ b/crypto/ebcdic.c @@ -1,5 +1,7 @@ /* crypto/ebcdic.c */ +static void *dummy=&dummy; + #ifdef CHARSET_EBCDIC #include "ebcdic.h" /* Initial Port for Apache-1.3 by