[Webkit-unassigned] [Bug 233412] New: [MSVC] RenderBlock.cpp(2259): warning C4239: nonstandard extension used: 'initializing': conversion from 'WebCore::Length' to 'WebCore::Length &'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Nov 21 21:35:50 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233412
Bug ID: 233412
Summary: [MSVC] RenderBlock.cpp(2259): warning C4239:
nonstandard extension used: 'initializing': conversion
from 'WebCore::Length' to 'WebCore::Length &'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: bfulgham at webkit.org, simon.fraser at apple.com,
zalan at apple.com
[MSVC] RenderBlock.cpp(2259): warning C4239: nonstandard extension used: 'initializing': conversion from 'WebCore::Length' to 'WebCore::Length &'
WinCairo build reports the following warnings.
Source\WebCore\rendering/RenderBlock.cpp(2259): warning C4239: nonstandard extension used: 'initializing': conversion from 'WebCore::Length' to 'WebCore::Length &'
Source\WebCore\rendering/RenderBlock.cpp(2259): note: A non-const reference may only be bound to an lvalue
Source\WebCore\rendering/RenderBox.cpp(3116): warning C4239: nonstandard extension used: 'initializing': conversion from 'WebCore::Length' to 'WebCore::Length &'
Source\WebCore\rendering/RenderBox.cpp(3116): note: A non-const reference may only be bound to an lvalue
--
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/20211122/10c5ba7e/attachment.htm>
More information about the webkit-unassigned
mailing list