From d57bc3c9b1751625ea5b76f33a46884e28d610a4 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Wed, 25 Dec 2024 13:37:45 +0100 Subject: [PATCH] fixes after ci --- src/odr/internal/open_strategy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/odr/internal/open_strategy.cpp b/src/odr/internal/open_strategy.cpp index aa50941f..de265920 100644 --- a/src/odr/internal/open_strategy.cpp +++ b/src/odr/internal/open_strategy.cpp @@ -19,7 +19,7 @@ #include #include -#include +#include namespace odr::internal { @@ -96,7 +96,7 @@ open_strategy::types(const std::shared_ptr &file) { } std::vector -open_strategy::engines(const std::shared_ptr &file, +open_strategy::engines(const std::shared_ptr & /*file*/, FileType as) { std::vector result;