mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
apparently windows is too
This commit is contained in:
parent
27345b3bb3
commit
b71c85c7dc
@ -984,7 +984,7 @@ static bool generatedBoolean(ExprNode *p)
|
||||
case ExprNode::logicalOr:
|
||||
return true;
|
||||
default:
|
||||
assert (0); /* quiet linux warnings */
|
||||
NOT_REACHED("I shouldn't be here."); /* quiet linux warnings */
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
@ -984,7 +984,7 @@ static bool generatedBoolean(ExprNode *p)
|
||||
case ExprNode::logicalOr:
|
||||
return true;
|
||||
default:
|
||||
assert (0); /* quiet linux warnings */
|
||||
NOT_REACHED("I shouldn't be here."); /* quiet linux warnings */
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user