Skip to content
Snippets Groups Projects
Commit 6c76a677 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Remove -Wno-c++98-compat-pedantic option clang/gcc

These warnings seems not to appear any longer.
parent 61108293
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,6 @@ if(COMPILER_IS_GCC OR COMPILER_IS_CLANG OR COMPILER_IS_INTEL)
-Wextra
-DOPENMP_LOOP_TYPE=unsigned
)
if(NOT COMPILER_IS_INTEL)
add_compile_options(
-Wno-c++98-compat-pedantic
)
endif()
# Profiling
if(OGS_PROFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment