[Webkit-unassigned] [Bug 30631] New: Suppress unavoidable MSVC warnings during wxWebKit build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 07:39:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30631

           Summary: Suppress unavoidable MSVC warnings during wxWebKit
                    build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit wx
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vz-webkit at zeitlins.org



Vadim Zeitlin <vz-webkit at zeitlins.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41564|                            |review?
               Flag|                            |


Created an attachment (id=41564)
 --> (https://bugs.webkit.org/attachment.cgi?id=41564)
Patch to disable several more MSVC warnings

Currently building wxWebKit results in tons of output due to unimportant or
unavoidable MSVC warnings which prevent you from seeing any important ones.
Some of them were already disabled but I'd like to add a few more. Quoting the
attached patch:

Disable several warnings which occur many times during the build.
Some of them are harmless (4099, 4344, 4396, 4800) and working around
them in WebKit code is probably just not worth it. We can simply do
nothing about the others (4503). A couple are possibly valid but
there are just too many of them in the code so fixing them is
impossible in practice and just results in tons of distracting output
(4244, 4291). Finally 4996 is actively harmful as it is given for
just about any use of standard C/C++ library facilities.


TIA!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list