3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 21:26:59 +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

@ -139,7 +139,7 @@ pTree pToken(char* token, int symbolIndex) {
//char pTokenBuf[8240];
pTree ss;
char* symbol = tptp_lval[symbolIndex];
//char* symbol = tptp_lval[symbolIndex];
char* safeSym = 0;
//strncpy(pTokenBuf, token, 39);