зеркало из https://github.com/mozilla/pjs.git
GCC isn't smart enough to see that list cannot be used uninitialized. Fallout from bug 336921, rs=brendan
This commit is contained in:
Родитель
38246bac7c
Коммит
9a8e8bfca5
|
@ -3961,6 +3961,10 @@ GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp)
|
|||
if (!xml)
|
||||
return JS_TRUE;
|
||||
|
||||
#ifdef __GNUC__
|
||||
list = NULL; /* quell GCC overwarning */
|
||||
#endif
|
||||
|
||||
retry:
|
||||
if (xml->xml_class == JSXML_CLASS_LIST) {
|
||||
/* ECMA-357 9.2.1.1 starts here. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче