Fix warnings in js/src (no bug, r=me)

This commit is contained in:
Luke Wagner 2012-03-28 09:11:54 -07:00
Родитель eb76d2ace4
Коммит 30513f5067
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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 {