mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
remove some warnings
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9958f42d5c
commit
31d44471a1
4 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@ inline std::ostream& operator<<(std::ostream& out, lconstraint_kind k) {
|
|||
case GE: return out << ">=";
|
||||
case GT: return out << ">";
|
||||
case EQ: return out << "=";
|
||||
case NE: return out << "!=";
|
||||
}
|
||||
return out << "??";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue