3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

add default statement instead of incomplete cases

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-10-21 13:25:19 -07:00
parent d77d6c6648
commit 1059d226e4

View file

@ -261,8 +261,7 @@ public:
throw default_exception(strm.str());
}
break;
case CPK_SYMBOL:
case CPK_STRING:
default:
break;
}
}