Better Buster compatibility
This commit is contained in:
+2
-1
@@ -66,7 +66,8 @@ std::vector<std::string> generateWtConfig(std::string execPath)
|
||||
args.push_back("--http-address=" + getService<Config>()->getString("listen-addr", "0.0.0.0"));
|
||||
}
|
||||
|
||||
args.push_back("--accesslog=" + wtAccessLogFilePath.string());
|
||||
if (!wtAccessLogFilePath.empty())
|
||||
args.push_back("--accesslog=" + wtAccessLogFilePath.string());
|
||||
|
||||
// Generate the wt_config.xml file
|
||||
boost::property_tree::ptree pt;
|
||||
|
||||
@@ -179,7 +179,7 @@ Explore::Explore()
|
||||
|
||||
static
|
||||
std::vector<Database::IdType>
|
||||
getArtistsTracks(Database::Session& session, const std::vector<Database::IdType>& artistsId, const std::set<Database::IdType>& clusters)
|
||||
getArtistsTracks(Database::Session& session, const std::vector<Database::IdType>& artistsId, const std::set<Database::IdType>&)
|
||||
{
|
||||
std::vector<Database::IdType> res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user