mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 23:23:23 +00:00
add default statement instead of incomplete cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d77d6c6648
commit
1059d226e4
1 changed files with 1 additions and 2 deletions
|
@ -261,8 +261,7 @@ public:
|
||||||
throw default_exception(strm.str());
|
throw default_exception(strm.str());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case CPK_SYMBOL:
|
default:
|
||||||
case CPK_STRING:
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue