mirror of
https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer.git
synced 2025-12-20 05:40:10 +01: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> |
||
|---|---|---|
| .. | ||
| wsialloc.h | ||
| wsialloc_dma_buf_heaps.c | ||
| wsialloc_helpers.c | ||
| wsialloc_helpers.h | ||
| wsialloc_ion.c | ||