Commit: 8343e841fd5ef48a5a8ac85e74e67bf8acefd7ee
Author: Hans Goudey
Date:   Fri Jan 27 09:59:38 2023 -0600
Branches: master
https://developer.blender.org/rB8343e841fd5ef48a5a8ac85e74e67bf8acefd7ee

Cleanup: Quiet unused variable warning in non-debug builds

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

M       source/blender/blenloader/intern/readfile.cc

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

diff --git a/source/blender/blenloader/intern/readfile.cc 
b/source/blender/blenloader/intern/readfile.cc
index a007daa0e82..f773f17dc2b 100644
--- a/source/blender/blenloader/intern/readfile.cc
+++ b/source/blender/blenloader/intern/readfile.cc
@@ -3793,6 +3793,7 @@ static void blo_read_file_checks(Main *bmain)
     }
   }
 #endif
+  UNUSED_VARS_NDEBUG(bmain);
 }
 
 BlendFileData *blo_read_file_internal(FileData *fd, const char *filepath)

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

Reply via email to