зеркало из https://github.com/mozilla/pjs.git
Fix warnings in js/src (no bug, r=me)
This commit is contained in:
Родитель
eb76d2ace4
Коммит
30513f5067
|
@ -5797,7 +5797,6 @@ EmitObject(JSContext *cx, BytecodeEmitter *bce, ParseNode *pn)
|
|||
return false;
|
||||
}
|
||||
|
||||
unsigned methodInits = 0, slowMethodInits = 0;
|
||||
for (ParseNode *pn2 = pn->pn_head; pn2; pn2 = pn2->pn_next) {
|
||||
/* Emit an index for t[2] for later consumption by JSOP_INITELEM. */
|
||||
ParseNode *pn3 = pn2->pn_left;
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
|
||||
#include "gc/Statistics.h"
|
||||
|
||||
#include "gc/Barrier-inl.h"
|
||||
|
||||
namespace js {
|
||||
namespace gcstats {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче