Removed some compiler warnings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7678 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-11-15 00:39:19 +00:00
parent a3eea2cfb1
commit b475b84070
2 changed files with 6 additions and 1 deletions

View file

@ -113,6 +113,11 @@ class RsStackMutex
double ts = getCurrentTS() ;
_time_stamp = ts ;
pthread_t owner = mMtx.owner() ;
#else
/* remove unused parameter warnings */
(void) function_name;
(void) file_name;
(void) lineno;
#endif
mMtx.lock();