1
0
Fork 0

Fix a compiler warning

This commit is contained in:
daveluff 2003-09-22 23:56:09 +00:00
parent 2b459ebb3f
commit 0d9ea4d27c

View file

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