vulkan-wsi-layer/util/wsialloc
Maged Elnaggar d1ade3d218 Append WSI layer warning flags
- 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>
2025-08-05 13:34:59 +01:00
..
wsialloc.h Extend wsialloc_alloc with disjoint information 2024-06-10 10:00:49 +01:00
wsialloc_dma_buf_heaps.c Add dma_buf_heaps wsialloc implementation 2024-10-31 10:40:09 +00:00
wsialloc_helpers.c Append WSI layer warning flags 2025-08-05 13:34:59 +01:00
wsialloc_helpers.h Add helper functions to wsialloc 2024-10-31 10:40:09 +00:00
wsialloc_ion.c Add helper functions to wsialloc 2024-10-31 10:40:09 +00:00