From 40f935f5b45bc08492177ce5856d2c3e8fe764e5 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Wed, 29 Oct 2003 04:41:19 +0000 Subject: [PATCH 1/1] Avoid "empty source file" warnings. --- crypto/ebcdic.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1