Bug 264940

Summary: [GTK][WPE] Fix Real-time Linux warning when RLIMIT_RTTIME is not defined
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=220115

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.