To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=50606
------- Additional comments from [EMAIL PROTECTED] Mon Jul 4 00:15:36 -0700 2005 ------- I don't have access to a gcc 4.0 build environment (much less on linux sparc), so I need your support. The warning is bogus: Control can't reach the end of readSeqData. But of course we should still get rid of the warning. The 'break;' statement in line 417 of file configmgr/source/data/sequence.cxxappears apperas to allow reaching the end of the function, so it might be the cause of the warning. But that statement itself is never reached (it is immediately preceded by a return statement in an uncoditional block). Does removing that 'break' fix the warning? --------------------------------------------------------------------- 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]
