mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
build warnings #2748
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30d9ea5c2c
commit
a257ec0cc1
7 changed files with 66 additions and 27 deletions
|
@ -1090,6 +1090,7 @@ app* seq_util::str::mk_is_empty(expr* s) const {
|
|||
|
||||
|
||||
sort* seq_util::re::to_seq(sort* re) {
|
||||
(void)u;
|
||||
SASSERT(u.is_re(re));
|
||||
return to_sort(re->get_parameter(0).get_ast());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue