Skip to content

Commit

Permalink
fixes after ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 25, 2024
1 parent 6b4d035 commit d57bc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/odr/internal/open_strategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <odr/internal/svm/svm_file.hpp>
#include <odr/internal/zip/zip_file.hpp>

#include <utility>
#include <algorithm>

namespace odr::internal {

Expand Down Expand Up @@ -96,7 +96,7 @@ open_strategy::types(const std::shared_ptr<abstract::File> &file) {
}

std::vector<DecoderEngine>
open_strategy::engines(const std::shared_ptr<abstract::File> &file,
open_strategy::engines(const std::shared_ptr<abstract::File> & /*file*/,
FileType as) {
std::vector<DecoderEngine> result;

Expand Down

0 comments on commit d57bc3c

Please sign in to comment.