A bunch of minor tweaks from cppcheck
This commit is contained in:
parent
e06d475131
commit
c95d66f0e4
19 changed files with 114 additions and 208 deletions
|
|
@ -105,9 +105,6 @@ void QueueSystem::QueueHandle() {
|
|||
while(QueueRuns) {
|
||||
Result ret = NONE; // No Error as of yet.
|
||||
|
||||
queueEntries[0]->total = queueEntries[0]->obj.size();
|
||||
queueEntries[0]->current = QueueSystem::LastElement;
|
||||
|
||||
for(int i = QueueSystem::LastElement; ret == NONE && i < queueEntries[0]->total && !QueueSystem::CancelCallback; i++) {
|
||||
queueEntries[0]->current++;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue