To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105118 Issue #|105118 Summary|svx: remove overly-const warnings Component|Drawing Version|DEV300m58 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cmc Reported by|cmc
------- Additional comments from [email protected] Wed Sep 16 09:26:31 +0000 2009 ------- It doesn't make sense to have a const primitive return type. It doesn't mean anything, i.e. const int foo(); "const int apple = foo();" cannot be enforced, "int apple = foo()" is perfectly fine. Having the extra return consts adds warnings in later gcc's because often the intent was "int foo() const" --------------------------------------------------------------------- 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]
