Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c22c1733b83cab5debc143918a8a728b5734ae06
https://github.com/WebKit/WebKit/commit/c22c1733b83cab5debc143918a8a728b5734ae06
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M Source/WebKit/WPEPlatform/wpe/WPEBufferDMABuf.cpp
M Source/WebKit/WPEPlatform/wpe/WPEDRMDevice.cpp
M Source/WebKit/WPEPlatform/wpe/WPEScreen.cpp
M Source/WebKit/WPEPlatform/wpe/headless/WPEDisplayHeadless.cpp
Log Message:
-----------
[WPEPlatform] Silence unused variable warnings with USE_LIBDRM and USE_GBM
disabled
https://bugs.webkit.org/show_bug.cgi?id=301422
Reviewed by Carlos Garcia Campos.
Move some variable definitions into their corresponding USE(LIBDRM) and
USE(GBM) guards, or mark them with UNUSED_PARAM() where appropriate.
Canonical link: https://commits.webkit.org/302083@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications