Bug 264940 - [GTK][WPE] Fix Real-time Linux warning when RLIMIT_RTTIME is not defined
Summary: [GTK][WPE] Fix Real-time Linux warning when RLIMIT_RTTIME is not defined
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-16 05:01 PST by Olivier Blin
Modified: 2023-11-16 12:27 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Blin 2023-11-16 05:01:05 PST
[169/1717] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/linux/RealTimeThreads.cpp.o                                                                                 
../../Source/WTF/wtf/linux/RealTimeThreads.cpp:155:16: warning: unused function 'realTimeKitGetProperty' [-Wunused-function]                                                 
static int64_t realTimeKitGetProperty(GDBusProxy* proxy, const char* propertyName, GError** error)
Comment 1 Olivier Blin 2023-11-16 05:02:41 PST
Pull request: https://github.com/WebKit/WebKit/pull/20601
Comment 2 EWS 2023-11-16 12:27:28 PST
Committed 270841@main (ffd338d9906b): <https://commits.webkit.org/270841@main>

Reviewed commits have been landed. Closing PR #20601 and removing active labels.