Bug 240956
Summary: | AX: -Wswitch warnings in AXObjectCacheAtspi.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Accessibility | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andresg_22, bugs-noreply, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Michael Catanzaro
[1284/2501] Building CXX object Source/WebCore/CMakeFiles/...ivedSources/unified-sources/UnifiedSource-aba958d6-5.cpp.o
In file included from /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WebCore/DerivedSources/unified-sources/UnifiedSource-aba958d6-5.cpp:3:
/home/mcatanzaro/Projects/WebKit/Source/WebCore/accessibility/atspi/AXObjectCacheAtspi.cpp: In member function ‘void WebCore::AXObjectCache::postPlatformNotification(WebCore::AXCoreObject*, AXNotification)’:
/home/mcatanzaro/Projects/WebKit/Source/WebCore/accessibility/atspi/AXObjectCacheAtspi.cpp:74:12: warning: enumeration value ‘AXGrabbedStateChanged’ not handled in switch [-Wswitch]
74 | switch (notification) {
| ^
/home/mcatanzaro/Projects/WebKit/Source/WebCore/accessibility/atspi/AXObjectCacheAtspi.cpp:74:12: warning: enumeration value ‘AXPositionInSetChanged’ not handled in switch [-Wswitch]
I *assume* we don't need to handle these, so I'll suppress them for now. If they are important to handle, hopefully someone who sees this bug will notice.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/93971992>
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/1052
EWS
Committed r294901 (251024@main): <https://commits.webkit.org/251024@main>
Reviewed commits have been landed. Closing PR #1052 and removing active labels.