mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Fix clang warning: unused variable 'p3facestartupzone'
/libretroshare/src/rsserver/rsinit.cc:145: warning: unused variable 'p3facestartupzone' [-Wunused-const-variable] const int p3facestartupzone = 47238;
This commit is contained in:
parent
13220ec414
commit
51fa7a5dda
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class RsInitConfig
|
|||
|
||||
static RsInitConfig *rsInitConfig = NULL;
|
||||
|
||||
const int p3facestartupzone = 47238;
|
||||
//const int p3facestartupzone = 47238;
|
||||
|
||||
// initial configuration bootstrapping...
|
||||
//static const std::string configInitFile = "default_cert.txt";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue