[webkit-changes] [WebKit/WebKit] fbeb80: [MSVC] Suppress warning C4805: 'operation' : unsaf...

Fujii Hironori noreply at github.com
Tue Oct 25 14:15:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fbeb80ee96c998f31e1299df99576d58a1b9d842
      https://github.com/WebKit/WebKit/commit/fbeb80ee96c998f31e1299df99576d58a1b9d842
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M Source/cmake/OptionsMSVC.cmake

  Log Message:
  -----------
  [MSVC] Suppress warning C4805: 'operation' : unsafe mix of type 'type' and type 'type' in operation
https://bugs.webkit.org/show_bug.cgi?id=247024

Reviewed by Don Olmstead.

WinCairo EWS was failing to compile due to the following warning.

> WebCore\platform\graphics\angle\ANGLEUtilities.cpp(155): error C2220: the following warning is treated as an error
> WebCore\platform\graphics\angle\ANGLEUtilities.cpp(155): warning C4805: '==': unsafe mix of type 'GLboolean' and type 'bool' in operation

Other ports don't complain that. Suppress the warning C4805.

* Source/cmake/OptionsMSVC.cmake:

Canonical link: https://commits.webkit.org/255981@main




More information about the webkit-changes mailing list