diff --git a/scripts/cmake/CompilerSetup.cmake b/scripts/cmake/CompilerSetup.cmake
index 9698314bce99146792d166f5603c049db908d7b6..25469f342063ce6b69790fb4b69f68d0da928bd1 100644
--- a/scripts/cmake/CompilerSetup.cmake
+++ b/scripts/cmake/CompilerSetup.cmake
@@ -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)