summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp')
-rw-r--r--vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp b/vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp
index 2993bae90c4..44decb9bf91 100644
--- a/vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp
+++ b/vespalib/src/tests/btree/btree-stress/btree_stress_test.cpp
@@ -505,12 +505,6 @@ using TestTypes = testing::Types<DirectKeyValueParams, IndirectKeyValueParams>;
TYPED_TEST_SUITE(BTreeStressTest, TestTypes);
-// Disable warnings emitted by gtest generated files when using typed tests
-#pragma GCC diagnostic push
-#ifndef __clang__
-#pragma GCC diagnostic ignored "-Wsuggest-override"
-#endif
-
TYPED_TEST(BTreeStressTest, basic_lower_bound)
{
this->basic_lower_bound();
@@ -531,8 +525,6 @@ TYPED_TEST(BTreeStressTest, multiple_lower_bound_readers_during_updates)
this->multiple_lower_bound_readers_during_updates();
}
-#pragma GCC diagnostic pop
-
int main(int argc, char **argv) {
if (argc > 1 && argv[1] == smoke_test_option) {
smoke_test = true;