From f7ad06e1b989040f6ddc25972950aedfae5666c4 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 22 Apr 2023 14:41:35 +0200 Subject: [PATCH] :alembic: try to fix compilation issue --- .clang-tidy | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-tidy b/.clang-tidy index 401e71b31..61cacc2b1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -17,6 +17,7 @@ Checks: '*, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-reinterpret-cast, -cppcoreguidelines-pro-type-union-access, + -cppcoreguidelines-rvalue-reference-param-not-moved, -cppcoreguidelines-virtual-class-destructor, -fuchsia-default-arguments-calls, -fuchsia-default-arguments-declarations,