mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2026-05-14 21:38:10 +02:00
- switch CMAKE_CXX_FLAGS and C_FLAGS to string(APPEND) - concatenate flags without semicolons or list issues - preserve existing: -Wall -Werror -Wextra -pthread -fPIC - add new diagnostics: Wdouble-promotion, Wnon-virtual-dtor, Wdelete-non-virtual-dtor, Woverloaded-virtual, Wcast-qual, Wmissing-field-initializers, Werror=return-type, Wmissing-format-attribute - add C-only check: -Wstrict-prototypes Change-Id: Icae6cf649b9ab88c1d0bc736b91b4bc50e24c9dd Signed-off-by: Maged Elnaggar <maged.elnaggar@arm.com> |
||
|---|---|---|
| .. | ||
| drm | ||
| wsialloc | ||
| custom_allocator.cpp | ||
| custom_allocator.hpp | ||
| extension_list.cpp | ||
| extension_list.hpp | ||
| file_descriptor.hpp | ||
| format_modifiers.cpp | ||
| format_modifiers.hpp | ||
| helpers.hpp | ||
| log.cpp | ||
| log.hpp | ||
| macros.hpp | ||
| platform_set.hpp | ||
| ring_buffer.hpp | ||
| timed_semaphore.cpp | ||
| timed_semaphore.hpp | ||
| unordered_map.hpp | ||
| unordered_set.hpp | ||