mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix clang warning: unused variable 'MAX_SERIALIZED_ARRAY_SIZE'
/libretroshare/src/serialiser/rstypeserializer.cc:39: warning: unused variable 'MAX_SERIALIZED_ARRAY_SIZE' [-Wunused-const-variable] static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
This commit is contained in:
parent
d83a9625cc
commit
903f875d1d
@ -36,7 +36,7 @@
|
||||
#include <time.h>
|
||||
|
||||
|
||||
static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
|
||||
//static const uint32_t MAX_SERIALIZED_ARRAY_SIZE = 500 ;
|
||||
static const uint32_t MAX_SERIALIZED_CHUNK_SIZE = 10*1024*1024 ; // 10 MB.
|
||||
|
||||
//=================================================================================================//
|
||||
|
Loading…
Reference in New Issue
Block a user