1) for loop w/o body, line 463

for (choice_it.mark_cycle_pt(); !choice_it.cycled_list() &&
           merged_choice->rating() > choice_it.data()->rating();
           choice_it.forward());
        choice_it.add_before_stay_put(merged_choice);

Bring add_before_stay_put into loop?

And while i'm about it, some cleanup
2) unused var, bestfirst.cpp line 270, ol_it
3) unused var, makerow.cpp, line 590, 'blob_it', line 2180, 'blob_it'

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to