fixed unused variable warning

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6802 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-10-04 21:00:31 +00:00
parent fcb441cbd7
commit 9d4033b043

View File

@ -1721,8 +1721,8 @@ bool PGPHandler::locked_syncPublicKeyring()
bool PGPHandler::locked_syncTrustDatabase() bool PGPHandler::locked_syncTrustDatabase()
{ {
struct stat64 buf ; struct stat64 buf ;
std::wstring wfullname;
#ifdef WINDOWS_SYS #ifdef WINDOWS_SYS
std::wstring wfullname;
librs::util::ConvertUtf8ToUtf16(_trustdb_path, wfullname); librs::util::ConvertUtf8ToUtf16(_trustdb_path, wfullname);
if(-1 == _wstati64(wfullname.c_str(), &buf)) if(-1 == _wstati64(wfullname.c_str(), &buf))
#else #else