diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 79c21682..98d6f701 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -433,6 +433,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU") -Wfloat-equal -Wshadow -Wnull-dereference + -Wformat-security -g ) endif () @@ -448,6 +449,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") -Wfloat-equal -Wshadow -Wnull-dereference + -Wformat-security -g ) endif ()