mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 16:31:55 +00:00
fix gcc compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6b8af402f
commit
64bd62b17e
24 changed files with 18 additions and 1114 deletions
|
@ -32,7 +32,6 @@ Revision History:
|
|||
#include"dl_interval_relation.h"
|
||||
#include"karr_relation.h"
|
||||
#include"dl_finite_product_relation.h"
|
||||
#include"product_set.h"
|
||||
#include"udoc_relation.h"
|
||||
#include"check_relation.h"
|
||||
#include"dl_lazy_table.h"
|
||||
|
@ -117,7 +116,6 @@ namespace datalog {
|
|||
rm.register_plugin(alloc(bound_relation_plugin, rm));
|
||||
rm.register_plugin(alloc(interval_relation_plugin, rm));
|
||||
if (m_context.karr()) rm.register_plugin(alloc(karr_relation_plugin, rm));
|
||||
rm.register_plugin(alloc(product_set_plugin, rm));
|
||||
rm.register_plugin(alloc(udoc_plugin, rm));
|
||||
rm.register_plugin(alloc(check_relation_plugin, rm));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue