To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97325 Issue #|97325 Summary|WaE: Warning: Types cannot be declared in anonymous un |ion. Component|Spreadsheet Version|current Platform|Unknown URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|er Reported by|hr
------- Additional comments from h...@openoffice.org Tue Dec 16 19:21:18 +0000 2008 ------- New compiler warning (SunStudio12) breaks build (because of WaE): "Warning: Types cannot be declared in anonymous union." Happens in "sc/inc/refdata.hxx", union declared in line 81. I looked it up, and yes, the compiler is right about the warning as far as the standard is concerned. A possible solution would be to give the union a name, but this requires a number of changes all over the place. Unfortunately this header is included in a number of source files, so I decided to disable the warning globally. Please remove the warning tag "anonnotype" from the -erroff list in solenv/inc/unxsols4.mk when this issue is done. --------------------------------------------------------------------- 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: issues-unsubscr...@sc.openoffice.org For additional commands, e-mail: issues-h...@sc.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org