As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
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)