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:
authorCampbell Barton <campbell@blender.org>2022-05-03 02:32:27 +0300
committerCampbell Barton <campbell@blender.org>2022-05-03 02:32:27 +0300
commit309b6319a045ea95c7602475a4a5f5a6e4afdd07 (patch)
tree39d268e1ace0a278d5235af22951dc3dd87409e3
parent62ef1c08af9a62104201e062f2b9a374c056e53b (diff)
Cleanup: quiet unused variable warning
-rw-r--r--source/blender/makesrna/intern/rna_xr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_xr.c b/source/blender/makesrna/intern/rna_xr.c
index 6f43afe23fe..a04b29b8815 100644
--- a/source/blender/makesrna/intern/rna_xr.c
+++ b/source/blender/makesrna/intern/rna_xr.c
@@ -705,6 +705,7 @@ static int rna_XrSessionSettings_icon_from_show_object_viewport_get(PointerRNA *
# endif
);
# else
+ UNUSED_VARS(ptr);
return ICON_NONE;
# endif
}