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:
parent
5cb4b1d188
commit
2818e977b6
5 changed files with 9 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue