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:
thunder2 2011-08-12 12:43:24 +00:00
parent babbea6599
commit 27842b8592
7 changed files with 34 additions and 25 deletions

View file

@ -39,6 +39,9 @@ class bdMutex
bdMutex(bool recursive = false)
{
/* remove unused parameter warnings */
(void) recursive;
#if 0 // TESTING WITHOUT RECURSIVE
if(recursive)
{