- 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>
Moves out the non ion specific code from the wsialloc ion implementation to a new wsialloc_helpers file. Change-Id: I7ca816b27eb7e68fd1f138ec7bda006b204c0cbe Signed-off-by: Iason Paraskevopoulos <iason.paraskevopoulos@arm.com>