зеркало из https://github.com/mozilla/gecko-dev.git
Fixed signed/unsigned compare warning
This commit is contained in:
Родитель
71f3920afd
Коммит
488a3b8022
|
@ -3009,7 +3009,7 @@ js_CheckGlobalObjectShape(JSContext* cx, JSTraceMonitor* tm, JSObject* globalObj
|
|||
|
||||
GlobalState &state = tm->globalStates[i];
|
||||
|
||||
if (state.globalShape == -1) {
|
||||
if (state.globalShape == (uint32) -1) {
|
||||
state.globalShape = globalShape;
|
||||
JS_ASSERT(state.globalSlots);
|
||||
JS_ASSERT(state.globalSlots->length() == 0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче