2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-07 19:57:48 +00:00

chore: use nodiscard whenever applicable

This commit is contained in:
Jan Laupetin
2025-11-09 22:51:50 +01:00
parent c4f3c0eaa0
commit c212223046
9 changed files with 12 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ namespace
{
}
std::optional<asset_type_t> GetHandlingAssetType() const override
[[nodiscard]] std::optional<asset_type_t> GetHandlingAssetType() const override
{
// don't handle any asset types
return std::nullopt;