Merge branch 'eive/develop' into eive/shadow-local-warning

This commit is contained in:
Robin Müller 2021-01-19 16:39:23 +01:00
commit 6a5f5af233
1 changed files with 5 additions and 4 deletions

View File

@ -117,10 +117,11 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
-Wno-unused-parameter
-Wno-psabi
)
if(FSFW_WARNING_SHADOW_LOCAL_GCC)
list(APPEND WARNING_FLAGS "-Wshadow=local")
endif()
endif()
if(FSFW_WARNING_SHADOW_LOCAL_GCC)
list(APPEND WARNING_FLAGS "-Wshadow=local")
endif()
endif()