mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-19 13:36:03 -04:00
Fix clang warning: unused variables 'PQI_HANDLER_NB_PRIORITY_LEVELS',
... /libretroshare/src/pqi/pqihandler.cc:71: warning: unused variable 'PQI_HANDLER_NB_PRIORITY_LEVELS' [-Wunused-const-variable] static const int PQI_HANDLER_NB_PRIORITY_LEVELS = 10 ; /libretroshare/src/pqi/pqihandler.cc:72: warning: unused variable 'PQI_HANDLER_NB_PRIORITY_RATIO' [-Wunused-const-variable] static const float PQI_HANDLER_NB_PRIORITY_RATIO = 2 ;
This commit is contained in:
parent
9148fa6645
commit
5b1323e31f
@ -68,8 +68,8 @@ static double getCurrentTS()
|
||||
struct RsLog::logInfo pqihandlerzoneInfo = {RsLog::Default, "pqihandler"};
|
||||
#define pqihandlerzone &pqihandlerzoneInfo
|
||||
|
||||
static const int PQI_HANDLER_NB_PRIORITY_LEVELS = 10 ;
|
||||
static const float PQI_HANDLER_NB_PRIORITY_RATIO = 2 ;
|
||||
//static const int PQI_HANDLER_NB_PRIORITY_LEVELS = 10 ;
|
||||
//static const float PQI_HANDLER_NB_PRIORITY_RATIO = 2 ;
|
||||
|
||||
/****
|
||||
#define DEBUG_TICK 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user