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:
authorJulian Eisel <julian@blender.org>2022-03-22 21:05:45 +0300
committerJulian Eisel <julian@blender.org>2022-03-22 21:05:45 +0300
commit22c056821e442c356a10debd7be49547c193d995 (patch)
treec91ef7881bcf3164c27112621527677d9f40f4d5
parent1551744a3123dcfa3190d2fc2b2853668b0bb886 (diff)
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_overrides.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
index 5d784b79467..59c1929e9d1 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
+++ b/source/blender/editors/space_outliner/tree/tree_element_overrides.hh
@@ -47,7 +47,7 @@ class TreeElementOverridesItem : public AbstractTreeElement {
};
class TreeElementOverridesProperty final : public TreeElementOverridesItem {
- IDOverrideLibraryProperty &override_prop_;
+ [[maybe_unused]] IDOverrideLibraryProperty &override_prop_;
public:
PointerRNA override_rna_ptr;