To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100415
------- Additional comments from [email protected] Fri Mar 20 14:24:33 +0000 2009 ------- This is indeed bad, and can produce problems in scenarios like #pragma warning(push... ... #include "chset_operators.hpp" ... #pragma warning(pop) But I doubt that it is causing problems for svx/source/outliner/outliner.cxx on Hamburg wntmsci12 (which, according to offline information, is at the root of this issue). There, it appears, the problem is in the order /so/env/msvc9p/include/stdio.h and /so/env/msvc9p/include/wchar.h are included. stdio.h contains ... #pragma warning(push) // l. 258 ... #ifndef _WSTDIO_DEFINED // l. 416 ... #pragma warning(pop) // l. 591 ... #endif // l. 637 ... and wchar.h defines _WSTDIO_DEFINED. Now if wchar.h is included before stdio.h, the warning(pop) at l. 591 is missing. --------------------------------------------------------------------- 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]
