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 <ideasman42@gmail.com>2021-08-19 05:15:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-19 05:15:15 +0300
commitac09411368a968fd1d90aef2362654d5007b6b48 (patch)
treef304fd18eef9e7e2997bdf1725e844b7e2490085 /source/blender
parenta217e043be2d06320800621043d49d002f9081db (diff)
Cleanup: unused warning
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
index e8dd36e528c..49664323e89 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc
@@ -37,7 +37,7 @@ static bNodeSocketTemplate geo_node_subdivision_surface_out[] = {
static void geo_node_subdivision_surface_layout(uiLayout *layout,
bContext *UNUSED(C),
- PointerRNA *ptr)
+ PointerRNA *UNUSED(ptr))
{
#ifndef WITH_OPENSUBDIV
uiItemL(layout, IFACE_("Disabled, built without OpenSubdiv"), ICON_ERROR);