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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user