ASSIGNED306172
REGRESSION(304567@main): [WPE] Avoid warning about unhandled enum values with ENABLE_WPE_PLATFORM=OFF
https://bugs.webkit.org/show_bug.cgi?id=306172
Summary REGRESSION(304567@main): [WPE] Avoid warning about unhandled enum values with...
Adrian Perez
Reported 2026-01-24 02:07:38 PST
The build fails with: /sdk/webkit/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp:651:21: error: enumeration values 'Surfaceless' and 'GBM' not handled in switch [-Werror,-Wswitch] 651 | switch (display.type()) { | ~~~~~~~~^~~~~~ 1 error generated.
Attachments
Note You need to log in before you can comment on or make changes to this bug.