[Webkit-unassigned] [Bug 274484] New: REGRESSION(279061 at main): [Win] error: 'suppress' attribute only applies to variables and statements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 21 14:13:44 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=274484
Bug ID: 274484
Summary: REGRESSION(279061 at main): [Win] error: 'suppress'
attribute only applies to variables and statements
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
After 279061 at main (bug#274434), Windows port can't compile.
C:\PROGRA~1\LLVM\bin\clang-cl.exe /nologo -TP [...] -c -- C:\ews\work\build\Source\WTF\wtf\BloomFilter.cpp
In file included from C:\ews\work\build\Source\WTF\wtf\BloomFilter.cpp:27:
In file included from C:\ews\work\build\Source\WTF\wtf/BloomFilter.h:29:
In file included from C:\ews\work\build\Source\WTF\wtf/text/AtomString.h:24:
In file included from C:\ews\work\build\Source\WTF\wtf/text/AtomStringImpl.h:23:
C:\ews\work\build\Source\WTF\wtf/text/UniquedStringImpl.h(34,7): error: 'suppress' attribute only applies to variables and statements
34 | class SUPPRESS_REFCOUNTED_WITHOUT_VIRTUAL_DESTRUCTOR UniquedStringImpl : public StringImpl {
| ^
C:\ews\work\build\Source\WTF\wtf/Compiler.h(512,5): note: expanded from macro 'SUPPRESS_REFCOUNTED_WITHOUT_VIRTUAL_DESTRUCTOR'
512 | IGNORE_CLANG_STATIC_ANALYZER_WARNINGS_ATTRIBUTE("webkit.RefCntblBaseVirtualDtor")
| ^
C:\ews\work\build\Source\WTF\wtf/Compiler.h(470,73): note: expanded from macro 'IGNORE_CLANG_STATIC_ANALYZER_WARNINGS_ATTRIBUTE'
470 | #define IGNORE_CLANG_STATIC_ANALYZER_WARNINGS_ATTRIBUTE(warning, ...) [[clang::suppress]]
| ^
In file included from C:\ews\work\build\Source\WTF\wtf\BloomFilter.cpp:27:
In file included from C:\ews\work\build\Source\WTF\wtf/BloomFilter.h:29:
In file included from C:\ews\work\build\Source\WTF\wtf/text/AtomString.h:24:
C:\ews\work\build\Source\WTF\wtf/text/AtomStringImpl.h(29,7): error: 'suppress' attribute only applies to variables and statements
29 | class SUPPRESS_REFCOUNTED_WITHOUT_VIRTUAL_DESTRUCTOR AtomStringImpl final : public UniquedStringImpl {
| ^
--
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/20240521/f318b9b1/attachment-0001.htm>
More information about the webkit-unassigned
mailing list