mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05: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
@ -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…
Reference in New Issue
Block a user