3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 00:41:56 +00:00

fix assorted compiler warnings

Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
Nuno Lopes 2015-05-16 11:44:58 +01:00
parent 7ae68f003a
commit 6c22edc988
14 changed files with 24 additions and 34 deletions

View file

@ -63,10 +63,7 @@ class inf_rational {
return s;
}
inf_rational():
m_first(rational()),
m_second(rational())
{}
inf_rational() {}
inf_rational(const inf_rational & r):
m_first(r.m_first),