Fix a compiler warning
This commit is contained in:
parent
2b459ebb3f
commit
0d9ea4d27c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ TransPar FGTransmission::Parse() {
|
||||||
TransPar tpar;
|
TransPar tpar;
|
||||||
string tokens[20];
|
string tokens[20];
|
||||||
int msglen,toklen;
|
int msglen,toklen;
|
||||||
char dum;
|
//char dum;
|
||||||
int i,j,k;
|
int i,j,k;
|
||||||
const char *capl = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
const char *capl = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue