mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Fix clang warning: unused variable 'NEWSFEED_CHANNELMSGLIST'
/retroshare-gui/src/gui/NewsFeed.cpp:70: warning: unused variable 'NEWSFEED_CHANNELMSGLIST' [-Wunused-const-variable] const uint32_t NEWSFEED_CHANNELMSGLIST = 0x0005;
This commit is contained in:
parent
69060f8119
commit
b31c812d8d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const uint32_t NEWSFEED_PEERLIST = 0x0001;
|
|||
const uint32_t NEWSFEED_FORUMNEWLIST = 0x0002;
|
||||
const uint32_t NEWSFEED_FORUMMSGLIST = 0x0003;
|
||||
const uint32_t NEWSFEED_CHANNELNEWLIST = 0x0004;
|
||||
const uint32_t NEWSFEED_CHANNELMSGLIST = 0x0005;
|
||||
//const uint32_t NEWSFEED_CHANNELMSGLIST = 0x0005;
|
||||
#if 0
|
||||
const uint32_t NEWSFEED_BLOGNEWLIST = 0x0006;
|
||||
const uint32_t NEWSFEED_BLOGMSGLIST = 0x0007;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue