Skip to content

Commit

Permalink
Fix build failed (#5196)
Browse files Browse the repository at this point in the history
close #5195
  • Loading branch information
wshwsh12 authored Jun 23, 2022
1 parent 640c103 commit 69cbfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Common/FailPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ void FailPointHelper::disableFailPoint(const String &) {}

void FailPointHelper::wait(const String &) {}

void FailPointHelper::initRandomFailPoints(Poco::Util::LayeredConfiguration & config, Poco::Logger * log) {}
void FailPointHelper::initRandomFailPoints(Poco::Util::LayeredConfiguration &, Poco::Logger *) {}

void FailPointHelper::enableRandomFailPoint(const String & fail_point_name, double rate) {}
void FailPointHelper::enableRandomFailPoint(const String &, double) {}
#endif

} // namespace DB

0 comments on commit 69cbfdf

Please sign in to comment.