Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Open Patches on Berlios that needs closed without them being applied.
stahta01:
Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8
http://developer.berlios.de/patch/?func=detailpatch&patch_id=1788&group_id=5358
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.
Tim S
The better patch is 1982 "Eliminate signed/unsigned compiler warnings"
Biplab:
--- Quote from: stahta01 on May 20, 2007, 07:07:51 pm ---Please close my [ Patch #1788 ] SDK patch to reduce warning for wxWidgets 2.8
--- End quote ---
Closed. :)
--- Quote from: stahta01 on May 20, 2007, 07:07:51 pm ---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.
--- End quote ---
I hope you're referring to the following code submitted by pauliusz. Original patch will surely generate warning in wx 2.6.
--- Quote ---Good example:
- for (selection = m_Selection+1; selection<clbTargets->GetCount(); ++selection)
+ for (selection = m_Selection + 1; selection < static_cast<int>(clbTargets->GetCount()); ++selection)
--- End quote ---
Regards,
Biplab
pauliusz:
Please close [ Feature Request #3301 ] The Tools Menu -- Separators
http://developer.berlios.de/feature/?func=detailfeature&feature_id=3301&group_id=5358
Patch for this feature was applied some time ago...
Ceniza:
Feature Request #3301 closed.
pauliusz:
Please close [ Patch #2016 ] Add support for WinAVR compiler (Feature Request #3413)
http://developer.berlios.de/patch/?func=detailpatch&patch_id=2016&group_id=5358
and [ Feature Request #3413 ] Complete AVR-GCC integration
http://developer.berlios.de/feature/?func=detailfeature&feature_id=3413&group_id=5358
Everything is already in SVN
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version