Fix -wreturn-type warnings

このコミットが含まれているのは:
2021-10-25 18:13:25 +02:00
コミット 017932e673
4個のファイルの変更8行の追加9行の削除

ファイルの表示

@@ -75,10 +75,7 @@ std::pair<bool, std::string> CLIHandler::user_change_pw([[maybe_unused]] const s
userDao->save(*user);
}
else
{
return {false, "User not found"};
}
return {false, "User not found"};
}
std::pair<bool, std::string> CLIHandler::user_rename([[maybe_unused]] const std::vector<std::string> &args)