3
0
Fork 0
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:
Christoph M. Wintersteiger 2015-10-29 13:20:56 +00:00
parent 5cb4b1d188
commit 2818e977b6
5 changed files with 9 additions and 10 deletions

View file

@ -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;