linux is so picky

git-svn-id: svn://10.0.0.236/trunk@70638 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com
2000-05-23 00:13:48 +00:00
parent f5bbeda6ca
commit 2b30f01c65
2 changed files with 4 additions and 0 deletions

View File

@@ -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;
}

View File

@@ -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;
}