[Webkit-unassigned] [Bug 195205] Fix debug builds with GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 03:46:48 PST 2019


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

Claudio Saavedra <csaavedra at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |csaavedra at igalia.com

--- Comment #5 from Claudio Saavedra <csaavedra at igalia.com> ---
Why not add a ASSERT_NOT_REACHED_UNDER_CONSTEXPR that would expand to ASSERT_UNDER_CONSTEXPR(false) instead? Removing the constexpr you're dropping its benefits for all builds, just for the sake of the few that expand the macro (debug builds).

-- 
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/20190301/dd2af807/attachment.html>


More information about the webkit-unassigned mailing list