Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44bab332e0f195ddbce08360d52ad0d25540bb2f
https://github.com/WebKit/WebKit/commit/44bab332e0f195ddbce08360d52ad0d25540bb2f
Author: Yusuke Suzuki <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M Source/WTF/wtf/linux/HighPriorityThreads.cpp
Log Message:
-----------
Unreviewed, build fix for JSCOnly
https://bugs.webkit.org/show_bug.cgi?id=321183
rdar://184242684
Having an erro.
```
FAILED: [code=1]
Source/WTF/wtf/CMakeFiles/WTF.dir/linux/HighPriorityThreads.cpp.o
/usr/local/bin/clang++ -DBUILDING_JSCONLY__ -DBUILDING_WEBKIT=1
-DBUILDING_WITH_CMAKE=1 -DBUILDING_WTF -DHAVE_CONFIG_H=1 -DPAS_BMALLOC=1
-DSTATICALLY_LINKED_WITH_bmalloc -D_GLIBCXX_ASSERTIONS=1
-I/OpenSource/WebKitBuild/JSCOnly/Debug/Source/WTF/wtf/WTF-framework-headers.hmap
-I/OpenSource/WebKitBuild/JSCOnly/Debug/Source/WTF/wtf/WTF-project-headers.hmap
-I/OpenSource/WebKitBuild/JSCOnly/Debug
-I/OpenSource/WebKitBuild/JSCOnly/Debug/WTF/DerivedSources
-I/OpenSource/Source/WTF -I/OpenSource/Source/WTF/wtf
-I/OpenSource/Source/WTF/wtf/dtoa -I/OpenSource/Source/WTF/wtf/fast_float
-I/OpenSource/Source/WTF/wtf/persistence -I/OpenSource/Source/WTF/wtf/simdutf
-I/OpenSource/Source/WTF/wtf/text -I/OpenSource/Source/WTF/wtf/text/icu
-I/OpenSource/Source/WTF/wtf/threads -I/OpenSource/Source/WTF/wtf/unicode
-I/OpenSource/WebKitBuild/JSCOnly/Debug/bmalloc/Headers
-I/OpenSource/WebKitBuild/JSCOnly/Debug/bmalloc/PrivateHeaders
-I/OpenSource/WebKitBuild/JSCOnly/Debug/Source/bmalloc/bmalloc-framework-headers.hmap
-fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall
-Wno-character-conversion -Werror=undefined-internal -Werror=undefined-inline
-pipe -Wno-noexcept-type -Wno-nullability-completeness -Wno-psabi
-Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments
-Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security
-Wcast-align -Wno-tautological-compare -fasynchronous-unwind-tables -mllvm
-dwarf-linkage-names=Abstract -gsimple-template-names -fdebug-types-section
-fno-omit-frame-pointer -fno-strict-aliasing -fno-exceptions -fno-rtti
-fcoroutines -ffunction-sections -fdata-sections -O3 -g -std=c++23 -fPIC
-fvisibility=hidden -fvisibility-inlines-hidden -Werror -MD -MT
Source/WTF/wtf/CMakeFiles/WTF.dir/linux/HighPriorityThreads.cpp.o -MF
Source/WTF/wtf/CMakeFiles/WTF.dir/linux/HighPriorityThreads.cpp.o.d -o
Source/WTF/wtf/CMakeFiles/WTF.dir/linux/HighPriorityThreads.cpp.o -c
/OpenSource/Source/WTF/wtf/linux/HighPriorityThreads.cpp
../../../Source/WTF/wtf/linux/HighPriorityThreads.cpp:45:22: error: unused
variable 's_highPriorityNiceLevel' [-Werror,-Wunused-const-variable]
45 | static constexpr int s_highPriorityNiceLevel = -20;
| ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
* Source/WTF/wtf/linux/HighPriorityThreads.cpp:
Canonical link: https://commits.webkit.org/318719@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications