mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-04-27 04:50:41 +02:00
With the addition of the -Wextra flag, additional compiler warnings are enabled, which help identify potential issues in the code. However, enabling -Wextra caused compilation failures due to the -Werror flag, which treats warnings as errors. This commit enables -Wextra and addresses all the warnings produced, ensuring the code compiles successfully while maintaining higher code quality standards. Change-Id: I0bbaead9b2b15530d2565a3dddf1ed676901269b Signed-off-by: Angeliki Agathi Tsintzira <angelikiagathi.tsintzira@arm.com> |
||
|---|---|---|
| .. | ||
| layer.cpp | ||
| present_timing.cpp | ||
| private_data.cpp | ||
| private_data.hpp | ||
| surface_api.cpp | ||
| surface_api.hpp | ||
| swapchain_api.cpp | ||
| swapchain_api.hpp | ||
| swapchain_maintenance_api.cpp | ||
| swapchain_maintenance_api.hpp | ||
| VkLayer_window_system_integration.json | ||
| wsi_layer_experimental.hpp | ||