From aaf0695320133ce2f5c64facf332a43c7de6d5ef Mon Sep 17 00:00:00 2001 From: Jorge Camarero Vera <jorge.camarero@cern.ch> Date: Fri, 8 Apr 2022 16:54:43 +0200 Subject: [PATCH] Remove '-Wno-long-long' and '-Wnon-virtual-dtor' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e0a8eae86..5f501b4692 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(CMAKE_C_FLAGS "-fPIC -Wall -Wextra -Werror -Wno-unused-parameter") # following: # # ClientSimulator.hpp:65: error: ISO C++ prohibits anonymous structs -set(CMAKE_CXX_FLAGS "-fPIC -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-long-long -fstack-protector-all -Wnon-virtual-dtor") +set(CMAKE_CXX_FLAGS "-fPIC -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -fstack-protector-all") # # A maximalist error checking parameter combo has been suggested by S. Ponce and D. Come: # to be tested once we have a stable compilation on CC7: -- GitLab