[Bf-blender-cvs] [8443f319e33] functions: quiet warning

Jacques Lucke noreply at git.blender.org
Tue Sep 3 16:23:26 CEST 2019


Commit: 8443f319e335cb36ce671dba80218a14f817af1b
Author: Jacques Lucke
Date:   Tue Sep 3 16:22:55 2019 +0200
Branches: functions
https://developer.blender.org/rB8443f319e335cb36ce671dba80218a14f817af1b

quiet warning

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

M	source/blender/simulations/bparticles/node_frontend.cpp

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

diff --git a/source/blender/simulations/bparticles/node_frontend.cpp b/source/blender/simulations/bparticles/node_frontend.cpp
index 4c12cf695ba..43f2e7b652f 100644
--- a/source/blender/simulations/bparticles/node_frontend.cpp
+++ b/source/blender/simulations/bparticles/node_frontend.cpp
@@ -79,6 +79,7 @@ static Vector<VirtualSocket *> find_execute_sockets(VirtualNode *vnode, StringRe
     }
   }
   BLI_assert(found_name);
+  UNUSED_VARS_NDEBUG(found_name);
   return execute_sockets;
 }



More information about the Bf-blender-cvs mailing list