To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49322
Issue #:|49322
Summary:|warning: no return statement in function returning
|non-void
Component:|Word processor
Version:|OOo 2.0 Beta
Platform:|All
URL:|
OS/Version:|Linux
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|mru
Reported by:|sparcmoz
------- Additional comments from [EMAIL PROTECTED] Sun May 15 15:44:44 -0700
2005 -------
Does it need return? sorry i dont know...
/home/jim/ooo/hwpfilter/source/list.hxx: In member function `const int
LinkedListIterator<T>::set(int)':
/home/jim/ooo/hwpfilter/source/list.hxx:281: warning: no return statement in
function returning non-void
The code:
template<class T>
const int LinkedListIterator<T>::set( const int nIndex )
{
ASSERT( mpList != NULL );
mnPosition = nIndex;
ASSERT( valid() );
}
---------------------------------------------------------------------
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]