mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
address compiler warnings gcc-13
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cff1e9233f
commit
49ba3bc12f
9 changed files with 4147 additions and 4151 deletions
|
@ -534,7 +534,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
cut_val aig_cuts::eval(node const& n, cut_eval const& env) const {
|
||||
uint64_t result;
|
||||
uint64_t result = 0;
|
||||
switch (n.op()) {
|
||||
case var_op:
|
||||
UNREACHABLE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue