Skip to content
Snippets Groups Projects
Commit 8db1d1c9 authored by rswindell's avatar rswindell
Browse files

Eliminate msvc warnings.

parent c4d1db81
Branches
Tags
No related merge requests found
...@@ -837,12 +837,10 @@ void eol(char *src) ...@@ -837,12 +837,10 @@ void eol(char *src)
char *decompile_ars(uchar *ars, int len) char *decompile_ars(uchar *ars, int len)
{ {
int i;
static char buf[1024]; static char buf[1024];
char *out; char *out;
uchar *in; uchar *in;
uint artype; uint artype;
char ch;
uint n; uint n;
int equals=0; int equals=0;
int not=0; int not=0;
...@@ -1286,10 +1284,8 @@ void decompile(FILE *bin, FILE *srcfile) ...@@ -1286,10 +1284,8 @@ void decompile(FILE *bin, FILE *srcfile)
char ch; char ch;
uchar uch; uchar uch;
ushort ush; ushort ush;
short sh;
long lng; long lng;
long lng2; long lng2;
ulong ulng;
int usevar=FALSE; int usevar=FALSE;
long var=0; long var=0;
char buf[80]; char buf[80];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment