[Webkit-unassigned] [Bug 270474] New: Threading sched_param missing initializer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 4 12:38:01 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=270474
Bug ID: 270474
Summary: Threading sched_param missing initializer
Product: WebKit
Version: WebKit Local Build
Hardware: Other
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dennis.camera+webkit at riiengineering.ch
Created attachment 470164
--> https://bugs.webkit.org/attachment.cgi?id=470164&action=review
Build log
On my system when building WebKit with GCC 13.2.1 I get the following errors:
/tmp/WebKit/Source/WTF/wtf/posix/ThreadingPOSIX.cpp:333:40: warning: missing initializer for member 'sched_param::__reserved1' [-Wmissing-field-initializers]
333 | struct sched_param param = { 0 };
| ^
/tmp/WebKit/Source/WTF/wtf/posix/ThreadingPOSIX.cpp:333:40: warning: missing initializer for member 'sched_param::__reserved2' [-Wmissing-field-initializers]
/tmp/WebKit/Source/WTF/wtf/posix/ThreadingPOSIX.cpp:333:40: warning: missing initializer for member 'sched_param::__reserved3' [-Wmissing-field-initializers]
/tmp/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp: In member function 'void WTF::RealTimeThreads::demoteThreadFromRealTime(const WTF::Thread&)':
/tmp/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp:141:36: warning: missing initializer for member 'sched_param::__reserved1' [-Wmissing-field-initializers]
141 | struct sched_param param = { 0 };
| ^
/tmp/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp:141:36: warning:missing initializer for member 'sched_param::__reserved2' [-Wmissing-field-initializers]
/tmp/WebKit/Source/WTF/wtf/linux/RealTimeThreads.cpp:141:36: warning: missing initializer for member 'sched_param::__reserved3' [-Wmissing-field-initializers]
--
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/20240304/912416b7/attachment.htm>
More information about the webkit-unassigned
mailing list