vulkan-wsi-layer/wsi/headless
Angeliki Agathi Tsintzira 5c3d3a9d7c Add -Wextra flag and fix warnings
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>
2025-01-20 10:19:25 +00:00
..
surface.cpp Fix formatting issues 2021-10-29 08:51:25 +00:00
surface.hpp Fix formatting issues 2021-10-29 08:51:25 +00:00
surface_properties.cpp Advertise VK_EXT_present_timing features. 2024-09-17 11:31:46 +01:00
surface_properties.hpp Advertise VK_EXT_present_timing features. 2024-09-17 11:31:46 +01:00
swapchain.cpp Add -Wextra flag and fix warnings 2025-01-20 10:19:25 +00:00
swapchain.hpp Implement support for marking frame boundaries 2024-10-01 15:18:22 +00:00