mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-28 22:48:24 +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> |
||
|---|---|---|
| .. | ||
| surface.cpp | ||
| surface.hpp | ||
| surface_properties.cpp | ||
| surface_properties.hpp | ||
| swapchain.cpp | ||
| swapchain.hpp | ||