Skip to content

Commit c7aab3f

Browse files
committed
Try to reduce the amount of warning in tests
1 parent a4472ac commit c7aab3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cpp/accuracy/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(MSVC)
3030
endif()
3131

3232
if(CMAKE_CXX_COMPILER_ID MATCHES "^GNU|(Apple)?Clang$")
33-
add_compile_options(-Wall -Wextra -Wpedantic)
33+
add_compile_options(-Wall -Wextra)
3434
endif()
3535

3636
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm64.*|aarch64.*|AARCH64.*)")

tests/cpp/precommit/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if(MSVC)
2929
endif()
3030

3131
if(CMAKE_CXX_COMPILER_ID MATCHES "^GNU|(Apple)?Clang$")
32-
add_compile_options(-Wall -Wextra -Wpedantic)
32+
add_compile_options(-Wall -Wextra)
3333
endif()
3434

3535
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(arm64.*|aarch64.*|AARCH64.*)")

0 commit comments

Comments
 (0)