RESOLVED FIXED 247024
[MSVC] Suppress warning C4805: 'operation' : unsafe mix of type 'type' and type 'type' in operation
https://bugs.webkit.org/show_bug.cgi?id=247024
Summary [MSVC] Suppress warning C4805: 'operation' : unsafe mix of type 'type' and ty...
Fujii Hironori
Reported 2022-10-25 13:45:29 PDT
WinCairo EWS is failing to compile due to the following warning. C:\BW\WinCairo-EWS\build\Source\WebCore\platform\graphics\angle\ANGLEUtilities.cpp(155): error C2220: the following warning is treated as an error C:\BW\WinCairo-EWS\build\Source\WebCore\platform\graphics\angle\ANGLEUtilities.cpp(155): warning C4805: '==': unsafe mix of type 'GLboolean' and type 'bool' in operation
Attachments
[fast-cq] Patch (1.28 KB, patch)
2022-10-25 13:47 PDT, Fujii Hironori
no flags
[fast-cq] Patch (1.65 KB, patch)
2022-10-25 14:06 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2022-10-25 13:47:44 PDT
Created attachment 463242 [details] [fast-cq] Patch
Fujii Hironori
Comment 2 2022-10-25 13:56:08 PDT
Other ports don't complain. I think we should suppress warning C4805.
Fujii Hironori
Comment 3 2022-10-25 14:06:51 PDT
Created attachment 463243 [details] [fast-cq] Patch
EWS
Comment 4 2022-10-25 14:15:43 PDT
Committed 255981@main (fbeb80ee96c9): <https://commits.webkit.org/255981@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 463243 [details].
Radar WebKit Bug Importer
Comment 5 2022-10-25 14:16:19 PDT
Note You need to log in before you can comment on or make changes to this bug.