winedbg: Avoid a compiler warning about "use of uninitialized" in in types_extract_as_longlong.
This commit is contained in:
parent
42afdebc43
commit
ab8e9d23a0
|
@ -123,7 +123,7 @@ LONGLONG types_extract_as_longlong(const struct dbg_lvalue* lvalue,
|
|||
default:
|
||||
WINE_FIXME("Unsupported tag %u\n", tag);
|
||||
RaiseException(DEBUG_STATUS_NOT_AN_INTEGER, 0, 0, NULL);
|
||||
break;
|
||||
rtn = 0;
|
||||
}
|
||||
|
||||
return rtn;
|
||||
|
|
Loading…
Reference in New Issue