From 908736e977f250f7790a4bdaff90bd4ad83335fe Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sat, 7 Sep 2024 09:29:57 +0200 Subject: [PATCH] test: minor cmake cleanup --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 213e5d4a3..649c6bc66 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,7 +19,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake) # Module/Package Includes # -#find_package(RE REQUIRED) ############################################################################## # @@ -43,9 +42,11 @@ else() -Wmissing-declarations -Wmissing-prototypes -Wnested-externs + -Wno-strict-aliasing -Wold-style-definition -Wshadow -Waggregate-return -Wstrict-prototypes + -Wuninitialized -Wvla ) endif()