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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 04:04:12 PST 2019


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

--- Comment #6 from Dominik Inführ <dinfuehr at igalia.com> ---
I would have preferred that solution as well: But using ASSERT_UNDER_CONSTEXPR_CONTEXT(false) failed to build for me as well. The macro invokes WTFReportAssertionFailure which isn't constexpr. Since Saam recommended to remove the constexpr keyword in https://bugs.webkit.org/show_bug.cgi?id=194912 I used this solution to get the build working again.

-- 
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/d9f18a61/attachment-0001.html>


More information about the webkit-unassigned mailing list