3
0
Fork 0
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:
Nikolaj Bjorner 2020-01-06 04:58:28 -08:00
parent 0278612328
commit 4c09b7d792
2 changed files with 3 additions and 1 deletions

View file

@ -332,7 +332,9 @@ namespace dd {
npop = 3;
break;
default:
r = null_pdd;
UNREACHABLE();
break;
}
pop(npop);
e1->m_result = r;