mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix clang warning: unused variable 'INTERVAL_BETWEEN_DEBUG_DUMP'
/libretroshare/src/gxstunnel/p3gxstunnel.cc:62: warning: unused variable 'INTERVAL_BETWEEN_DEBUG_DUMP' [-Wunused-const-variable] static const uint32_t INTERVAL_BETWEEN_DEBUG_DUMP = 10 ;
This commit is contained in:
parent
a50c4ca8d2
commit
e2fa57dcd7
@ -59,7 +59,9 @@ static const uint32_t RS_GXS_TUNNEL_DATA_PRINT_STORAGE_DELAY = 600 ; // store ol
|
||||
static const uint32_t GXS_TUNNEL_ENCRYPTION_HMAC_SIZE = SHA_DIGEST_LENGTH ;
|
||||
static const uint32_t GXS_TUNNEL_ENCRYPTION_IV_SIZE = 8 ;
|
||||
|
||||
#ifdef DEBUG_GXS_TUNNEL
|
||||
static const uint32_t INTERVAL_BETWEEN_DEBUG_DUMP = 10 ;
|
||||
#endif
|
||||
|
||||
static std::string GXS_TUNNEL_APP_NAME = "GxsTunnels" ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user