To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75501
                 Issue #|75501
                 Summary|WAE w32 MSVC: connectivity/source/parse/sqlbison.y
               Component|porting
                 Version|680m205
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|tono





------- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:24:26 +0000 
2007 -------
Compilation of wrap_sqlbison.obj will cause C4273 warning with some bison 
versions like in i#66723.

--- ooo_src680_m205/connectivity/source/parse/sqlbison.y.orig   2007-01-25 
20:57:58.000000000 +0900
+++ ooo_src680_m205/connectivity/source/parse/sqlbison.y        2007-01-06 
23:15:38.000000000 +0900
@@ -82,7 +82,7 @@
 #pragma disable_warn
 #elif defined _MSC_VER
 #pragma warning(push, 1)
-#pragma warning(disable:4701)
+#pragma warning(disable:4273 4701 4706)
 #endif
 
 static ::rtl::OUString aEmptyString;

---------------------------------------------------------------------
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]

Reply via email to