mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix warnings in js/src (no bug, r=me)
This commit is contained in:
parent
5a664afd4c
commit
dc68df2e67
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user