From 8db1d1c9cfc0b16bf5afc40ca448fbb0e8c5ad41 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 7 Sep 2005 08:41:37 +0000 Subject: [PATCH] Eliminate msvc warnings. --- src/sbbs3/unbaja.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sbbs3/unbaja.c b/src/sbbs3/unbaja.c index aa609a0301..0fe9318c36 100644 --- a/src/sbbs3/unbaja.c +++ b/src/sbbs3/unbaja.c @@ -837,12 +837,10 @@ void eol(char *src) char *decompile_ars(uchar *ars, int len) { - int i; static char buf[1024]; char *out; uchar *in; uint artype; - char ch; uint n; int equals=0; int not=0; @@ -1286,10 +1284,8 @@ void decompile(FILE *bin, FILE *srcfile) char ch; uchar uch; ushort ush; - short sh; long lng; long lng2; - ulong ulng; int usevar=FALSE; long var=0; char buf[80]; -- GitLab