From 5c10d0a22e80a8a04e5739a4de7aaccc8c91e84b Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 27 Feb 2024 13:06:28 -0800 Subject: [PATCH] SerialIOTest: Clang-Tidy Fixes Small updates seen by Clang-Tidy. --- test/SerialIOTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index e0d4c75348..f2fd0d7e19 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -5469,6 +5469,7 @@ void adios2_group_table( write.close(); Series read("../samples/group_table.bp", Access::READ_LINEAR, jsonRead); + // NOLINTNEXTLINE(performance-for-range-copy) for (auto iteration : read.readIterations()) { switch (iteration.iterationIndex) @@ -6515,7 +6516,7 @@ TEST_CASE("deferred_parsing", "[serial]") } #if openPMD_HAS_ADIOS_2_9 -void chaotic_stream(std::string filename, bool variableBased) +void chaotic_stream(std::string const &filename, bool variableBased) { /* * We will write iterations in the following order.