mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 23:43:15 +00:00
address compiler warnings gcc-13
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cff1e9233f
commit
49ba3bc12f
9 changed files with 4147 additions and 4151 deletions
|
@ -230,7 +230,7 @@ public:
|
|||
<< "New pf: " << mk_pp(newp, m) << "\n";);
|
||||
}
|
||||
|
||||
proof *r;
|
||||
proof *r = nullptr;
|
||||
VERIFY(cache.find(pr, r));
|
||||
|
||||
DEBUG_CODE(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue