mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix GCC uninit-var warning (no bug, r=brendan).
This commit is contained in:
parent
a5c9e85705
commit
f0bc130dc8
@ -494,6 +494,7 @@ TraceRecorder::slurpDownFrames(jsbytecode* return_pc)
|
||||
break;
|
||||
default:
|
||||
JS_NOT_REACHED("unknown type");
|
||||
RETURN_STOP_A("unknown type");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user