Skip to content

Commit 7298619

Browse files
committed
fix: no deprecation warning in benchmarks
1 parent 154ad7b commit 7298619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/performance/utility/bloom_filter/bloom_filter_benchmark.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// SPDX-FileCopyrightText: 2016-2025 Knut Reinert & MPI für molekulare Genetik
33
// SPDX-License-Identifier: BSD-3-Clause
44

5+
#define SEQAN3_DISABLE_DEPRECATED_WARNINGS
6+
57
#include <benchmark/benchmark.h>
68

79
#include <seqan3/test/performance/sequence_generator.hpp>

0 commit comments

Comments
 (0)