Bugfix for new gcc-4.6 warning -Werror=unused-but-set-variable.
This concerns variables that have only been written into, but are neverread from. In the code, this is mostly information that is availablebut happens not to be necessary.
git-svn-id: https://devel.aqbanking.de/svn/aqbanking/trunk@2258 5c42a225-8b10-0410-9873-89b7810ad06e
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