Skip to content

Commit

Permalink
Eliminate one warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Nov 17, 2024
1 parent 1a4e8a9 commit 39b81af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_basic/Heuristic_ThompsonSampling.h
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ struct SingleThompsonSamplingState {
std::vector<std::string> const &ListAnswer, std::string const &desc,
std::map<std::string, LimitedEmpiricalDistributionFunction> const
&map_name_ledf,
std::ostream &os) {
[[maybe_unused]] std::ostream &os) {
#ifdef DEBUG_THOMPSON_SAMPLING
os << "HTS: SingleThompsonSamplingState, step 1 desc=" << desc << "\n";
os << "HTS: ledf = LimitedEmpiricalDistributionFunction\n";
Expand Down

0 comments on commit 39b81af

Please sign in to comment.