mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Fix compiler warning in btree - issue #156
This commit is contained in:
Vendored
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user