Merge 'Fix compiler warnings when building the layer' into 'main'

See merge request mesa/vulkan-wsi-layer!139
This commit is contained in:
Rosen Zhelev 2025-02-25 13:05:17 +00:00
commit 8f077c5c86
2 changed files with 3 additions and 1 deletions

View file

@ -59,6 +59,8 @@ namespace wsi
class wsi_ext
{
public:
virtual ~wsi_ext() = default;
/**
* @brief Get the name of the extension.
*

View file

@ -95,7 +95,7 @@ protected:
*
* @param image Handle to the image about to be released.
*/
void destroy_image(wsi::swapchain_image &image);
void destroy_image(wsi::swapchain_image &image) override;
/**
* @brief Sets the present payload for a swapchain image.