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.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=40f935f5b45bc08492177ce5856d2c3e8fe764e5;hp=0991f0703478fd0fc704b6c59ffbb675b92899c1 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