Bug 281032
Summary: | REGRESSION(284791@main): [Win] wtf/RefTrackerMixin.h(112,36): warning: 'WTF::RefTrackerLoggingDisabledScope::RefTrackerLoggingDisabledScope<T>' redeclared without 'dllimport' attribute: 'dllexport' attribute added | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
Component: | Web Template Framework | Assignee: | Fujii Hironori <Hironori.Fujii> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=277835 |
Fujii Hironori
Buildbot: builder Windows-64-bit-Debug-Build build 860
https://build.webkit.org/#/builders/1189/builds/860
[284/2113] Building CXX object Source\JavaScriptCore\CMakeFiles\LowLevelInterpreterLib.dir\llint\LowLevelInterpreter.cpp.obj
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\llint\LowLevelInterpreter.cpp:613:
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\wasm\WasmCallee.h:33:
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\runtime\StackAlignment.h:28:
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\interpreter\CallFrame.h:30:
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\runtime\VM.h:56:
In file included from C:\BW\Windows-64-bit-Debug-Build\build\Source\JavaScriptCore\heap\Strong.h:33:
C:\BW\Windows-64-bit-Debug-Build\build\WebKitBuild\Debug\WTF\Headers\wtf/RefTrackerMixin.h(112,36): warning: 'WTF::RefTrackerLoggingDisabledScope::RefTrackerLoggingDisabledScope<T>' redeclared without 'dllimport' attribute: 'dllexport' attribute added [-Winconsistent-dllimport]
112 | RefTrackerLoggingDisabledScope<T>::RefTrackerLoggingDisabledScope()
| ^
C:\BW\Windows-64-bit-Debug-Build\build\WebKitBuild\Debug\WTF\Headers\wtf/RefTrackerMixin.h(40,24): note: previous declaration is here
40 | WTF_EXPORT_PRIVATE RefTrackerLoggingDisabledScope();
| ^
C:\BW\Windows-64-bit-Debug-Build\build\WebKitBuild\Debug\WTF\Headers\wtf/RefTrackerMixin.h(118,36): warning: 'WTF::RefTrackerLoggingDisabledScope::~RefTrackerLoggingDisabledScope<T>' redeclared without 'dllimport' attribute: 'dllexport' attribute added [-Winconsistent-dllimport]
118 | RefTrackerLoggingDisabledScope<T>::~RefTrackerLoggingDisabledScope()
| ^
C:\BW\Windows-64-bit-Debug-Build\build\WebKitBuild\Debug\WTF\Headers\wtf/RefTrackerMixin.h(41,24): note: previous declaration is here
41 | WTF_EXPORT_PRIVATE ~RefTrackerLoggingDisabledScope();
| ^
2 warnings generated.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/34820
EWS
Committed 284811@main (e4dbf952205e): <https://commits.webkit.org/284811@main>
Reviewed commits have been landed. Closing PR #34820 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/137480314>