mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixes to build warnings
This commit is contained in:
parent
2ac6f8bb06
commit
826835fd7c
21 changed files with 20 additions and 65 deletions
|
@ -390,7 +390,6 @@ public:
|
|||
void reset(char const * k);
|
||||
|
||||
void validate(param_descrs const & p) {
|
||||
symbol suffix, prefix;
|
||||
for (params::entry& e : m_entries) {
|
||||
param_kind expected = p.get_kind_in_module(e.first);
|
||||
if (expected == CPK_INVALID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue