3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 22:05:36 +00:00
z3/src/ast/fpa
Henrich Lauko 96671cfc73
Add and fix a few general compiler warnings. (#5628)
* rewriter: fix unused variable warnings

* cmake: make missing non-virtual dtors error

* treewide: add missing virtual destructors

* cmake: add a few more checks

* api: add missing virtual destructor to user_propagator_base

* examples: compile cpp example with compiler warnings

* model: fix unused variable warnings

* rewriter: fix logical-op-parentheses warnings

* sat: fix unused variable warnings

* smt: fix unused variable warnings
2021-10-29 15:42:32 +02:00
..
bv2fpa_converter.cpp Make fpa2bv debug symbol names optional 2021-10-12 12:45:09 +00:00
bv2fpa_converter.h model refactor (#4723) 2020-10-05 14:13:05 -07:00
CMakeLists.txt move fpa 2020-08-29 11:16:21 -07:00
fpa2bv_converter.cpp Revert "Fix off-by-one in fp.div bit-blasting. Inspired by #4841 but doesn't quite fix it." 2021-10-12 12:45:11 +00:00
fpa2bv_converter.h Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
fpa2bv_rewriter.cpp #4880 add interpreted versions of to_bv functions for MBQI quantifier models 2021-09-17 14:23:14 +01:00
fpa2bv_rewriter.h more fpa 2020-09-30 19:06:07 -07:00