Commit: 97f9015ed0b1a6a3e6247d5958dd50bbcd21d5ca
Author: Campbell Barton
Date:   Fri Aug 19 13:41:49 2022 +1000
Branches: master
https://developer.blender.org/rB97f9015ed0b1a6a3e6247d5958dd50bbcd21d5ca

Cleanup: unused argument warning

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

M       source/blender/makesrna/intern/rna_fluid.c

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

diff --git a/source/blender/makesrna/intern/rna_fluid.c 
b/source/blender/makesrna/intern/rna_fluid.c
index d1c0b57c58d..384ce8f04fb 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -227,7 +227,7 @@ static void rna_Fluid_parts_create(Main *bmain,
 static void rna_Fluid_parts_delete(Main *bmain, PointerRNA *ptr, int ptype)
 {
 #  ifndef WITH_FLUID
-  UNUSED_VARS(ptr, ptype);
+  UNUSED_VARS(bmain, ptr, ptype);
 #  else
   Object *ob = (Object *)ptr->owner_id;
   BKE_fluid_particle_system_destroy(ob, ptype);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to