Bug 178208 - Undefined WK_API_ENABLED warning when compiling COCOA content on WebKitGTK+
Summary: Undefined WK_API_ENABLED warning when compiling COCOA content on WebKitGTK+
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tomas Popela
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-12 05:37 PDT by Tomas Popela
Modified: 2017-10-17 02:39 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2017-10-12 05:44 PDT, Tomas Popela
no flags Details | Formatted Diff | Diff
Patch (1.64 KB, patch)
2017-10-17 02:33 PDT, Tomas Popela
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Popela 2017-10-12 05:37:28 PDT
../../Tools/WebKitTestRunner/TestController.cpp:2300:5: warning: "WK_API_ENABLED" is not defined, evaluates to 0 [-Wundef]
 #if WK_API_ENABLED
     ^~~~~~~~~~~~~~
Comment 1 Tomas Popela 2017-10-12 05:44:41 PDT
Created attachment 323522 [details]
Patch
Comment 2 Tomas Popela 2017-10-17 02:31:05 PDT
A new one appeared:

../../Tools/WebKitTestRunner/TestController.cpp:2323:5: warning: "WK_API_ENABLED" is not defined, evaluates to 0 [-Wundef]
 #if WK_API_ENABLED
     ^~~~~~~~~~~~~~
Comment 3 Tomas Popela 2017-10-17 02:33:56 PDT
Created attachment 324004 [details]
Patch
Comment 4 Tomas Popela 2017-10-17 02:39:00 PDT
Committed r223502: <https://trac.webkit.org/changeset/223502>
Comment 5 Radar WebKit Bug Importer 2017-10-17 02:39:37 PDT
<rdar://problem/35025804>