Fix compiler warning in btree - issue #156

This commit is contained in:
greg7mdp
2022-07-22 10:22:44 -04:00
parent 85b6d203f8
commit 8650bcc503
5 changed files with 33 additions and 26 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ if (PHMAP_BUILD_TESTS)
## --------------- btree -----------------------------------------------
phmap_cc_test(NAME btree SRCS "tests/btree_test.cc"
CLOPTS "-w" DEPS gmock_main)
DEPS gmock_main)
endif()