[Webkit-unassigned] [Bug 213383] -Wsign-compare in isValidOptionSet
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 19 12:00:07 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213383
--- Comment #5 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Michael Catanzaro from comment #4)
> + return (optionSet.toRaw() | allValidBitsValue) ==
> std::underlying_type_t<E>(allValidBitsValue);
That's a Ctrl+Z mistake, I'll attach a patch that actually works.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200619/7cee0a74/attachment.htm>
More information about the webkit-unassigned
mailing list