mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
Fix clang warning: unused variable
'MAX_TIME_KEEP_LOCATION_WITHOUT_CONTACT' /libretroshare/src/rsserver/p3peers.cc:52: warning: unused variable 'MAX_TIME_KEEP_LOCATION_WITHOUT_CONTACT' [-Wunused-const-variable] static const int MAX_TIME_KEEP_LOCATION_WITHOUT_CONTACT = 30*24*3600 ; // 30 days.
This commit is contained in:
parent
fea1b83b34
commit
13220ec414
@ -49,7 +49,7 @@ const std::string CERT_LOCAL_IP = "--LOCAL--";
|
|||||||
const std::string CERT_EXT_IP = "--EXT--";
|
const std::string CERT_EXT_IP = "--EXT--";
|
||||||
const std::string CERT_DYNDNS = "--DYNDNS--";
|
const std::string CERT_DYNDNS = "--DYNDNS--";
|
||||||
|
|
||||||
static const int MAX_TIME_KEEP_LOCATION_WITHOUT_CONTACT = 30*24*3600 ; // 30 days.
|
//static const int MAX_TIME_KEEP_LOCATION_WITHOUT_CONTACT = 30*24*3600 ; // 30 days.
|
||||||
|
|
||||||
|
|
||||||
#include "pqi/authssl.h"
|
#include "pqi/authssl.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user