Cleanup: various non functional changes for C++

This commit is contained in:
Campbell Barton
2025-09-20 16:26:42 +10:00
parent 198eb638b2
commit 4a6268e092
13 changed files with 22 additions and 25 deletions

View File

@@ -587,5 +587,5 @@ const char *MEM_lockfree_name_ptr(void *vmemh)
return "MEM_lockfree_name_ptr(nullptr)";
}
void MEM_lockfree_name_ptr_set(void *UNUSED(vmemh), const char *UNUSED(str)) {}
void MEM_lockfree_name_ptr_set(void * /*vmemh*/, const char * /*str*/) {}
#endif /* !NDEBUG */