Bug 199824

Summary: [GTK] Fix a build warning in JavaScriptCore/API/tests/testapi.c
Product: WebKit Reporter: Joonghun Park <jh718.park>
Component: WebKitGTKAssignee: Joonghun Park <jh718.park>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bugs-noreply, commit-queue, ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Joonghun Park
Reported 2019-07-15 23:57:33 PDT
Fix the build warning message below. ../../Source/JavaScriptCore/API/tests/testapi.c: In function ‘main’: ../../Source/JavaScriptCore/API/tests/testapi.c:1392:5: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result] realpath(argv[0], resolvedPath);
Attachments
Patch (1.38 KB, patch)
2019-07-16 00:00 PDT, Joonghun Park
no flags
Patch (1.38 KB, patch)
2019-07-16 00:01 PDT, Joonghun Park
no flags
Joonghun Park
Comment 1 2019-07-16 00:00:22 PDT
Joonghun Park
Comment 2 2019-07-16 00:01:13 PDT
EWS Watchlist
Comment 3 2019-07-16 01:54:25 PDT
Comment on attachment 374198 [details] Patch Attachment 374198 [details] did not pass jsc-ews (mac): Output: https://webkit-queues.webkit.org/results/12748861 New failing tests: mozilla-tests.yaml/js1_5/Array/regress-101964.js.mozilla-baseline apiTests
Joonghun Park
Comment 4 2019-07-16 02:08:10 PDT
Could you please review this change? I think the jsc ews test failure result is nothing to do with this patch.
WebKit Commit Bot
Comment 5 2019-07-16 11:41:50 PDT
Comment on attachment 374198 [details] Patch Clearing flags on attachment: 374198 Committed r247488: <https://trac.webkit.org/changeset/247488>
WebKit Commit Bot
Comment 6 2019-07-16 11:41:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.