Fix for compiler warning (due to setjmp/longjmp being used for
exception handling).
This commit is contained in:
parent
13ffd58a1f
commit
d1297c4493
|
@ -209,7 +209,7 @@ static char*
|
||||||
SNOOP_PrintArg(DWORD x) {
|
SNOOP_PrintArg(DWORD x) {
|
||||||
static char buf[200];
|
static char buf[200];
|
||||||
int i,nostring;
|
int i,nostring;
|
||||||
char * ret=0;
|
char * volatile ret=0;
|
||||||
MEMORY_BASIC_INFORMATION mbi;
|
MEMORY_BASIC_INFORMATION mbi;
|
||||||
|
|
||||||
if ( !HIWORD(x) ||
|
if ( !HIWORD(x) ||
|
||||||
|
|
Loading…
Reference in New Issue