[Webkit-unassigned] [Bug 186400] New: bmalloc: Fix 'noreturn' warnings when compiling with -std=gnu++17

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 10:01:13 PDT 2018


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

            Bug ID: 186400
           Summary: bmalloc: Fix 'noreturn' warnings when compiling with
                    -std=gnu++17
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: bmalloc
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ggaren at apple.com

Fix 'noreturn' warnings when compiling bmalloc with -std=gnu++17:

Source/bmalloc/bmalloc/Scavenger.cpp:363:1: error: function 'threadRunLoop' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn]
{
^

Source/bmalloc/bmalloc/Scavenger.cpp:358:1: error: function 'threadEntryPoint' could be declared with attribute 'noreturn' [-Werror,-Wmissing-noreturn]
{
^

2 errors generated.

-- 
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/20180607/89362a52/attachment.html>


More information about the webkit-unassigned mailing list