mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix clang warning: unused variable 'SFI_DEFAULT_PERIOD'
/retroshare-gui/src/gui/feeds/SubFileItem.cpp:69: warning: unused variable 'SFI_DEFAULT_PERIOD' [-Wunused-const-variable] const uint32_t SFI_DEFAULT_PERIOD = (30 * 3600 * 24); /* 30 Days */
This commit is contained in:
parent
b31c812d8d
commit
64899e40e8
@ -66,7 +66,7 @@
|
||||
|
||||
|
||||
|
||||
const uint32_t SFI_DEFAULT_PERIOD = (30 * 3600 * 24); /* 30 Days */
|
||||
//const uint32_t SFI_DEFAULT_PERIOD = (30 * 3600 * 24); /* 30 Days */
|
||||
|
||||
/** Constructor */
|
||||
SubFileItem::SubFileItem(const RsFileHash &hash, const std::string &name, const std::string &path, uint64_t size, uint32_t flags, const RsPeerId &srcId)
|
||||
|
Loading…
Reference in New Issue
Block a user