linux is so picky
git-svn-id: svn://10.0.0.236/trunk@70638 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user