To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100415 Issue #|100415 Summary|./boost/spirit/utility/chset_operators.hpp hides windo |ws warnings Component|utilities Version|DEV300m42 Platform|All URL| OS/Version|Windows, all Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|hjs Reported by|hjs
------- Additional comments from [email protected] Fri Mar 20 12:28:47 +0000 2009 ------- this file contains #if defined _MSC_VER #pragma warning(push) #pragma warning(disable: 4668) // "id is not defined as a preprocessor macro" #endif but misses the according #pragma warning(pop) this hides windows warnings in all files where this header gets included. this is especially ugly when using PCH. --------------------------------------------------------------------- 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]
