Better Buster compatibility

This commit is contained in:
emeric
2019-09-16 19:20:35 +02:00
parent 2c5917235a
commit c65338ef4d
6 changed files with 84 additions and 68 deletions
+2 -1
View File
@@ -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;
+1 -1
View File
@@ -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;