mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
build warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0278612328
commit
4c09b7d792
2 changed files with 3 additions and 1 deletions
|
@ -332,7 +332,9 @@ namespace dd {
|
|||
npop = 3;
|
||||
break;
|
||||
default:
|
||||
r = null_pdd;
|
||||
UNREACHABLE();
|
||||
break;
|
||||
}
|
||||
pop(npop);
|
||||
e1->m_result = r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue