We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154ad7b commit 7298619Copy full SHA for 7298619
test/performance/utility/bloom_filter/bloom_filter_benchmark.cpp
@@ -2,6 +2,8 @@
2
// SPDX-FileCopyrightText: 2016-2025 Knut Reinert & MPI für molekulare Genetik
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
+#define SEQAN3_DISABLE_DEPRECATED_WARNINGS
6
+
7
#include <benchmark/benchmark.h>
8
9
#include <seqan3/test/performance/sequence_generator.hpp>
0 commit comments