Skip to content
Snippets Groups Projects
Commit aaf06953 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Remove '-Wno-long-long' and '-Wnon-virtual-dtor'

parent a754c248
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ set(CMAKE_C_FLAGS "-fPIC -Wall -Wextra -Werror -Wno-unused-parameter") ...@@ -25,7 +25,7 @@ set(CMAKE_C_FLAGS "-fPIC -Wall -Wextra -Werror -Wno-unused-parameter")
# following: # following:
# #
# ClientSimulator.hpp:65: error: ISO C++ prohibits anonymous structs # 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: # 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: # to be tested once we have a stable compilation on CC7:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment