Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-11-26 10:00:05 +0300
committerJeroen Bakker <jeroen@blender.org>2021-11-26 10:00:05 +0300
commite3cf7ebdb1c44920933496aae953c3dd98a20296 (patch)
tree6fad0ccd4ee2c08d03f021f2b26688ac5b02a75a
parenta073e1e401b308411f803b3adbe07a0fb39d6fb1 (diff)
Cleanup: Silence clang-tidy warning.
-rw-r--r--source/blender/editors/space_file/asset_catalog_tree_view.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/asset_catalog_tree_view.cc b/source/blender/editors/space_file/asset_catalog_tree_view.cc
index 5d8bfbc0b79..39ea43264f5 100644
--- a/source/blender/editors/space_file/asset_catalog_tree_view.cc
+++ b/source/blender/editors/space_file/asset_catalog_tree_view.cc
@@ -608,7 +608,8 @@ std::string AssetCatalogTreeViewAllItem::DropController::drop_tooltip(const wmDr
TIP_("to the top level of the tree");
}
-bool AssetCatalogTreeViewAllItem::DropController::on_drop(struct bContext *, const wmDrag &drag)
+bool AssetCatalogTreeViewAllItem::DropController::on_drop(struct bContext *UNUSED(C),
+ const wmDrag &drag)
{
BLI_assert(drag.type == WM_DRAG_ASSET_CATALOG);
return AssetCatalogDropController::drop_asset_catalog_into_catalog(