mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix clang warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY'
/retroshare-gui/src/gui/statistics/TurtleRouterStatistics.cpp:36: warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const- variable] static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ; /retroshare-gui/src/gui/statistics/GlobalRouterStatistics.cpp:58: warning: unused variable 'MAX_TUNNEL_REQUESTS_DISPLAY' [-Wunused-const- variable] static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
This commit is contained in:
parent
64899e40e8
commit
a0ac6b7ca0
@ -55,7 +55,7 @@
|
||||
#define COL_DUPLICATION_FACTOR 9
|
||||
|
||||
static const int PARTIAL_VIEW_SIZE = 9 ;
|
||||
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
||||
//static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
||||
|
||||
static QColor colorScale(float f)
|
||||
{
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#include "gui/settings/rsharesettings.h"
|
||||
|
||||
static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
||||
//static const int MAX_TUNNEL_REQUESTS_DISPLAY = 10 ;
|
||||
|
||||
class TRHistogram
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user