Skip to content

Commit b900bb7

Browse files
committed
upgrade googletest
1 parent 87d5426 commit b900bb7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

test/unittest/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1010

1111
if(NOT MSVC)
1212
message("Not MSVC")
13-
# no-implicit-int-float-conversion: for suppressing warning from gtest
14-
add_compile_options(-Wall -Wextra -Wshadow -Wconversion -Wno-sign-conversion -Wno-implicit-int-float-conversion -Werror)
13+
add_compile_options(-Wall -Wextra -Wshadow -Wconversion -Wno-sign-conversion -Werror)
1514
add_compile_options(-fsanitize=undefined,address -fno-sanitize-recover=all)
1615
add_link_options(-fsanitize=undefined,address)
1716
else()

test/unittest/googletest

Submodule googletest updated 85 files

0 commit comments

Comments
 (0)