[Webkit-unassigned] [Bug 190118] New: 'HAVE_PTHREAD_MAIN_NP' macro redefined warning when building --jsc-only on macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 30 10:13:40 PDT 2018


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

            Bug ID: 190118
           Summary: 'HAVE_PTHREAD_MAIN_NP' macro redefined warning when
                    building --jsc-only on macOS
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ticaiolima at gmail.com

Here is the warning when compiling --jsc-only on macOS:

In file included from /webkit/Source/JavaScriptCore/API/tests/testapi.c:27:
In file included from /webkit/Source/JavaScriptCore/config.h:31:
In file included from /webkit/Source/JavaScriptCore/runtime/JSExportMacros.h:32:
In file included from /webkit/WebKitBaselineBuild/Release/DerivedSources/ForwardingHeaders/wtf/ExportMacros.h:32:
/webkit/WebKitBaselineBuild/Release/DerivedSources/ForwardingHeaders/wtf/Platform.h:658:9: warning: 'HAVE_PTHREAD_MAIN_NP' macro redefined [-Wmacro-redefined]
#define HAVE_PTHREAD_MAIN_NP 1
        ^
/webkit/WebKitBaselineBuild/Release/cmakeconfig.h:128:9: note: previous definition is here
#define HAVE_PTHREAD_MAIN_NP 0

-- 
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/20180930/272b6b67/attachment.html>


More information about the webkit-unassigned mailing list