[Bf-blender-cvs] [e3cf7ebdb1c] master: Cleanup: Silence clang-tidy warning.

Jeroen Bakker noreply at git.blender.org
Fri Nov 26 08:00:30 CET 2021


Commit: e3cf7ebdb1c44920933496aae953c3dd98a20296
Author: Jeroen Bakker
Date:   Fri Nov 26 08:00:05 2021 +0100
Branches: master
https://developer.blender.org/rBe3cf7ebdb1c44920933496aae953c3dd98a20296

Cleanup: Silence clang-tidy warning.

===================================================================

M	source/blender/editors/space_file/asset_catalog_tree_view.cc

===================================================================

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(



More information about the Bf-blender-cvs mailing list