Skip to content

Commit

Permalink
drive-by: Add maybe_unused annotation for DI endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkunz committed Dec 30, 2023
1 parent 76b3aa2 commit 305fa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ashuffle.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace ashuffle {
namespace {

// A getpass_f value that can be used in non-interactive mode.
std::function<std::string()>* kNonInteractiveGetpass = nullptr;
[[maybe_unused]] std::function<std::string()>* kNonInteractiveGetpass = nullptr;

} // namespace

Expand Down

0 comments on commit 305fa4a

Please sign in to comment.