mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 678656 - fix some warnings in js/src/jsemit.cpp. r=dmandelin.
This commit is contained in:
parent
ed19f80f10
commit
bc8306cf97
@ -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