mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 04:45:52 +00:00
Fixed unused variable warnings in examples.
This commit is contained in:
parent
5cb4b1d188
commit
2818e977b6
5 changed files with 9 additions and 10 deletions
|
@ -42,7 +42,7 @@ int main(int argc, const char **argv) {
|
|||
|
||||
Z3_config cfg = Z3_mk_config();
|
||||
// Z3_interpolation_options options = Z3_mk_interpolation_options();
|
||||
Z3_params options = 0;
|
||||
// Z3_params options = 0;
|
||||
|
||||
/* Parse the command line */
|
||||
int argn = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue