Bug 240897

Summary: [GCC] Debian stable build bot broken after 250926@main
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2022-05-24 19:04:13 PDT
`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
Comment 1 Diego Pino 2022-05-24 19:13:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1001
Comment 2 EWS 2022-05-24 19:54:32 PDT
Committed r294785 (250944@main): <https://commits.webkit.org/250944@main>

Reviewed commits have been landed. Closing PR #1001 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-24 19:55:16 PDT
<rdar://problem/93875069>