[Bf-blender-cvs] [ac09411368a] master: Cleanup: unused warning

Campbell Barton noreply at git.blender.org
Thu Aug 19 04:15:30 CEST 2021


Commit: ac09411368a968fd1d90aef2362654d5007b6b48
Author: Campbell Barton
Date:   Thu Aug 19 12:15:04 2021 +1000
Branches: master
https://developer.blender.org/rBac09411368a968fd1d90aef2362654d5007b6b48

Cleanup: unused warning

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

M	source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc

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

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);



More information about the Bf-blender-cvs mailing list