Bug 240897
Summary: | [GCC] Debian stable build bot broken after 250926@main | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Diego Pino <dpino> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
`compile-webkit` step ends with the following message error:
```
In file included from ../../Source/WebCore/platform/graphics/FontSelectionAlgorithm.h:28,
from ../../Source/WebCore/platform/graphics/FontDescription.h:29,
from ../../Source/WebCore/platform/graphics/FontCascadeDescription.h:28,
from ../../Source/WebCore/platform/graphics/harfbuzz/FontDescriptionHarfBuzz.cpp:27:
../../Source/WebCore/platform/text/TextFlags.h:101:42: warning: ‘WebCore::ExpansionBehavior::left’ is too small to hold all values of ‘enum class WebCore::ExpansionBehavior::Behavior’
Behavior left : 2 { Behavior::Forbid };
^
../../Source/WebCore/platform/text/TextFlags.h:102:42: warning: ‘WebCore::ExpansionBehavior::right’ is too small to hold all values of ‘enum class WebCore::ExpansionBehavior::Behavior’
Behavior right : 2 { Behavior::Allow };
^
../../Source/WebCore/platform/text/TextFlags.h:101:42: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘unsigned char:2’ in initialization
Behavior left : 2 { Behavior::Forbid };
^
../../Source/WebCore/platform/text/TextFlags.h:102:42: error: cannot convert ‘<brace-enclosed initializer list>’ to ‘unsigned char:2’ in initialization
Behavior right : 2 { Behavior::Allow };
^
```
https://build.webkit.org/#/builders/46/builds/13794
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/WebKit/WebKit/pull/1001
EWS
Committed r294785 (250944@main): <https://commits.webkit.org/250944@main>
Reviewed commits have been landed. Closing PR #1001 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/93875069>