Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8516f762b93da299175053fff7537c790582d7ca
https://github.com/WebKit/WebKit/commit/8516f762b93da299175053fff7537c790582d7ca
Author: Michael Catanzaro <[email protected]>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M Source/JavaScriptCore/inspector/remote/RemoteInspector.h
M Source/WebCore/platform/graphics/gstreamer/mse/MediaSourceTrackGStreamer.h
M Source/WebCore/platform/graphics/skia/SkiaRecordingResult.h
M Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp
Log Message:
-----------
Fix new Clang 21 warnings
https://bugs.webkit.org/show_bug.cgi?id=299820
Reviewed by Yusuke Suzuki.
This mostly fixes -Wunnecessary-virtual-specifier warnings (virtual
method is inside a 'final' class and can never be overridden). There is
also one -Wsometimes-uninitialized warning fixed by using
RELEASE_ASSERT_NOT_REACHED() to ensure the compiler knows the code
supposed to be unreachable.
Canonical link: https://commits.webkit.org/300714@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes