mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
Removed unused parameter warnings in libbitdht.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
babbea6599
commit
27842b8592
7 changed files with 34 additions and 25 deletions
|
@ -39,6 +39,9 @@ class bdMutex
|
|||
|
||||
bdMutex(bool recursive = false)
|
||||
{
|
||||
/* remove unused parameter warnings */
|
||||
(void) recursive;
|
||||
|
||||
#if 0 // TESTING WITHOUT RECURSIVE
|
||||
if(recursive)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue