Skip to content
Commit 51f78bd7 authored by Gilles Caulier's avatar Gilles Caulier 🗼
Browse files

This is a very nice dysfunction discovered by Coverity Report:

   CID 981482 (#1 of 1): Structurally dead code (UNREACHABLE)
   unreachable: Since the loop increment "++it;" is unreachable, the loop body will never execute more than once.
   for (it = oldIds.find(info.id) ; (it != oldIds.end()) && (it.key() == info.id) ; ++it)

Islam, Please check if all if fine for you...

CCMAIL: wazery@ubuntu.com
parent f71916f7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment