Fix for compiler warning (due to setjmp/longjmp being used for

exception handling).
This commit is contained in:
James Abbatiello 2000-06-11 20:33:07 +00:00 committed by Alexandre Julliard
parent 13ffd58a1f
commit d1297c4493

View file

@ -209,7 +209,7 @@ static char*
SNOOP_PrintArg(DWORD x) {
static char buf[200];
int i,nostring;
char * ret=0;
char * volatile ret=0;
MEMORY_BASIC_INFORMATION mbi;
if ( !HIWORD(x) ||