To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96653 Issue #|96653 Summary|build breaks in soldep/bootstrp/hashtbl.cxx Component|tools Version|DEV300m36 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P1 Subcomponent|code Assigned to|rt Reported by|fs
------- Additional comments from [EMAIL PROTECTED] Thu Nov 27 10:51:41 +0000 2008 ------- Since m36, the build breaks in product builds (only) in soldep/bootstrp/hashtbl.cxx with: .../soldep/bootstrp/hashtbl.cxx: In member function `virtual void HashTable::OnDeleteObject(void*)': .../soldep/bootstrp/hashtbl.cxx:140: error: expected `;' before '}' token dmake: Error code 1, while making '../unxlngi6.pro/slo/hashtbl.obj' The reason is the change introduced by CWS cmcfixes50, which now defines DBG_ERROR as ((void)0), instead of empty, in product builds. As a consequence, every DBG_ERROR without trailing ; leads to an error. Fix is easy: Just put an semicolon at the end of the line. --------------------------------------------------------------------- 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]
