To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=90486
------- Additional comments from [EMAIL PROTECTED] Mon Jun 30 07:18:36 +0000 2008 ------- @pjanik: Yes, a+=b vs. a=a+b is a well-known problem, see <http://wiki.services.openoffice.org/wiki/Writing_warning-free_code#Integral_conversions>. If removing the static_cast<sal_Int16>() around the second summand also compiles without warnings, I would prefer removing it (each explicit mention of a type may produce maintenance problems, should variables change types). --------------------------------------------------------------------- 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]
