[Webkit-unassigned] [Bug 138306] New: 'noreturn' function does return warning in LLVMOverrides.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 04:02:03 PST 2014


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

            Bug ID: 138306
           Summary: 'noreturn' function does return warning in
                    LLVMOverrides.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: akiss at inf.u-szeged.hu
                CC: fpizlo at apple.com, oliver at apple.com

When building with FTL JIT enabled (on x86_64/Linux), gcc is emitting the following warning:

[71/651] Building CXX object Source/JavaScriptCore/CMakeFiles/llvmForJSC.dir/llvm/library/LLVMOverrides.cpp.o
../../Source/JavaScriptCore/llvm/library/LLVMOverrides.cpp: In function ‘void abort()’:
../../Source/JavaScriptCore/llvm/library/LLVMOverrides.cpp:57:1: warning: ‘noreturn’ function does return [enabled by default]
 }
 ^

No big issue, but it would be better to get rid of it.

-- 
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/20141103/4a0790d5/attachment-0002.html>


More information about the webkit-unassigned mailing list