mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-24 09:43:18 -05:00
Fix clang warning for
In file included from ../../../trunk/libretroshare/src/turtle/
p3turtle.cc:30:
In file included from ../../../trunk/libretroshare/src/rsserver/p3face.h:
38:
In file included from ../../../trunk/libretroshare/src/chat/
p3chatservice.h:30:
In file included from ../../../trunk/libretroshare/src/rsitems/
rsmsgitems.h:34:
In file included from ../../../trunk/libretroshare/src/grouter/
grouteritems.h:32:
In file included from ../../../trunk/libretroshare/src/grouter/
groutermatrix.h:29:
In file included from ../../../trunk/libretroshare/src/grouter/
groutertypes.h:28:
../../../trunk/libretroshare/src/turtle/p3turtle.h:447:8: warning:
private field '_force_digg_new_tunnels' is not used [-Wunused-private-
field]
bool _force_digg_new_tunnels ;
^
This commit is contained in:
parent
4bf5bc1274
commit
b46e07191f
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
std::list<pqipeer> _online_peers;
|
||||
|
||||
/// used to force digging new tunnels
|
||||
bool _force_digg_new_tunnels ;
|
||||
//bool _force_digg_new_tunnels ;
|
||||
|
||||
/// used as a bias to introduce randomness in a consistent way, for
|
||||
/// altering tunnel request depths, and tunnel re-routing actions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue