Revision bb597962
Von christian vor mehr als 13 Jahren hinzugefügt
src/plugins/parsers/swift/swift940.c | ||
---|---|---|
int d1b, d2b, d3b;
|
||
int neg;
|
||
GWEN_TIME *ti;
|
||
char curr3=0;
|
||
//char curr3=0;
|
||
const char *currency;
|
||
|
||
p=AHB_SWIFT_Tag_GetData(tg);
|
||
... | ... | |
}
|
||
if (!isdigit(*p)) {
|
||
/* found third character, skip it */
|
||
curr3=*p;
|
||
//curr3=*p;
|
||
p++;
|
||
bleft--;
|
||
}
|
Auch abrufbar als: Unified diff
Bugfix for new gcc-4.6 warning -Werror=unused-but-set-variable.
This concerns variables that have only been written into, but are never
read from. In the code, this is mostly information that is available
but happens not to be necessary.
git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@2258 5c42a225-8b10-0410-9873-89b7810ad06e