maybe netbsd is more pedantic about this?

This commit is contained in:
isildur-g
2024-03-06 17:05:55 +01:00
parent 2e897ad4a8
commit 642b0e92fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1079,7 +1079,7 @@ shared_ptr<BaseDB> UltimateTruth::compile(const set<unsigned> &ids,
}
}
return std::move(db);
return db;
}
bool UltimateTruth::allocScratch(shared_ptr<const BaseDB> db) {