To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107025 Issue #|107025 Summary|OOO320_m5: WaE: vcl/unx/source/gdi/salgdi.cxx Component|gsl Version|OOO320m5 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|pl Reported by|pjanik
------- Additional comments from [email protected] Thu Nov 19 08:10:12 +0000 2009 ------- /home/oo/BuildDir/ooo_OOO320_m5_src/vcl/unx/source/gdi/salgdi.cxx: In function 'void<unnamed>::splitIntersectingSegments(<unnamed>::LSVector&)': /home/oo/BuildDir/ooo_OOO320_m5_src/vcl/unx/source/gdi/salgdi.cxx:1787: warning: passing 'double' for argument 1 to 'void _STL::vector<_Tp, _Alloc>::reserve(size_t) [with _Tp = <unnamed>::HalfTrapezoid, _Alloc = _STL::allocator<<unnamed>::HalfTrapezoid>]' This helped: - rLSVector.reserve( aYMinQueue.size() * 1.5); + rLSVector.reserve( static_cast<size_t>(aYMinQueue.size() * 1.5)); --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
