mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
fix gcc compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6b8af402f
commit
64bd62b17e
24 changed files with 18 additions and 1114 deletions
|
@ -53,7 +53,6 @@ void rule_properties::collect(rule_set const& rules) {
|
|||
|
||||
void rule_properties::check_quantifier_free() {
|
||||
if (!m_quantifiers.empty()) {
|
||||
quantifier* q = m_quantifiers.begin()->m_key;
|
||||
rule* r = m_quantifiers.begin()->m_value;
|
||||
std::stringstream stm;
|
||||
stm << "cannot process quantifier in rule ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue