When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8
reason: is because another patch solves the same problem. Uses a different solution that should match C::B needs better. I have not looked at the patch, but sounds better than mine.
Good example:- for (selection = m_Selection+1; selection<clbTargets->GetCount(); ++selection)+ for (selection = m_Selection + 1; selection < static_cast<int>(clbTargets->GetCount()); ++selection)