mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
build warnings from #4727
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
49dfaeb406
commit
5121017f19
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ namespace q {
|
|||
*/
|
||||
void operator()(model& mdl);
|
||||
|
||||
quantifier_macro_info* operator()(quantifier* q);
|
||||
quantifier_macro_info* operator()(quantifier* q) override;
|
||||
|
||||
projection_meta_data* operator()(func_decl* f, unsigned idx) const {
|
||||
projection_meta_data* r = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue