commit | d1297c449328bd52195c4d5e682f54b9ba2d45af | [log] [tgz] |
---|---|---|
author | James Abbatiello <abbeyj@wpi.edu> | Sun Jun 11 20:33:07 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 11 20:33:07 2000 +0000 |
tree | 4c81ae46369ddf9fee2673824671a6e1131c2cab | |
parent | 13ffd58a1f55f9aa2f222ac492d4b7bb0b89221b [diff] |
Fix for compiler warning (due to setjmp/longjmp being used for exception handling).
diff --git a/relay32/snoop.c b/relay32/snoop.c index bc3f7be..58a89e4 100644 --- a/relay32/snoop.c +++ b/relay32/snoop.c
@@ -209,7 +209,7 @@ 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) ||