[Webkit-unassigned] [Bug 221613] New: Check if ENGINEERING_BUILD is defined before testing it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 10:08:52 PST 2021


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

            Bug ID: 221613
           Summary: Check if ENGINEERING_BUILD is defined before testing
                    it
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

Small warning added in bug #221371:

[1385/2409] Building CXX object Source...ources/UnifiedSource-950a39b6-10.cpp.o
In file included from DerivedSources/WebCore/unified-sources/UnifiedSource-950a39b6-10.cpp:2:
../../Source/WebCore/html/HTMLMediaElement.cpp:7159:5: warning: "ENGINEERING_BUILD" is not defined, evaluates to 0 [-Wundef]
 7159 | #if ENGINEERING_BUILD || !defined(NDEBUG)
      |     ^~~~~~~~~~~~~~~~~

Let's test if it's defined first.

-- 
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/20210209/09bbc7ba/attachment.htm>


More information about the webkit-unassigned mailing list