зеркало из https://github.com/mozilla/pjs.git
linux is so picky
This commit is contained in:
Родитель
a068dd41c7
Коммит
b8139b714f
|
@ -983,6 +983,8 @@ static bool generatedBoolean(ExprNode *p)
|
|||
case ExprNode::logicalXor:
|
||||
case ExprNode::logicalOr:
|
||||
return true;
|
||||
default:
|
||||
assert (0); /* quiet linux warnings */
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -983,6 +983,8 @@ static bool generatedBoolean(ExprNode *p)
|
|||
case ExprNode::logicalXor:
|
||||
case ExprNode::logicalOr:
|
||||
return true;
|
||||
default:
|
||||
assert (0); /* quiet linux warnings */
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче