We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4472ac commit c7aab3fCopy full SHA for c7aab3f
tests/cpp/accuracy/CMakeLists.txt
@@ -30,7 +30,7 @@ if(MSVC)
30
endif()
31
32
if(CMAKE_CXX_COMPILER_ID MATCHES "^GNU|(Apple)?Clang$")
33
- add_compile_options(-Wall -Wextra -Wpedantic)
+ add_compile_options(-Wall -Wextra)
34
35
36
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm64.*|aarch64.*|AARCH64.*)")
tests/cpp/precommit/CMakeLists.txt
@@ -29,7 +29,7 @@ if(MSVC)
29
0 commit comments