mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 678656 - fix some warnings in js/src/jsemit.cpp. r=dmandelin.
This commit is contained in:
parent
d0dae6067c
commit
84d46f8730
@ -3158,9 +3158,7 @@ class TempPopScope {
|
||||
JSObjectBox *savedBlockBox;
|
||||
|
||||
public:
|
||||
#ifdef DEBUG
|
||||
TempPopScope() : savedStmt(NULL) {}
|
||||
#endif
|
||||
TempPopScope() : savedStmt(NULL), savedScopeStmt(NULL), savedBlockBox(NULL) {}
|
||||
|
||||
bool popBlock(JSContext *cx, JSCodeGenerator *cg) {
|
||||
savedStmt = cg->topStmt;
|
||||
|
Loading…
Reference in New Issue
Block a user