mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-30 01:03:33 -05:00
d8b0b5222b
/libretroshare/src/gxs/rsgxsnetservice.cc:867: warning: variable ‘it’ set but not used [-Wunused-but-set-variable] std::map<RsGxsGroupId,RsGxsServerMsgUpdate>::iterator it = mServerMsgUpdateMap.find(grpId) ; /libretroshare/src/gxs/rsgxsnetservice.cc:2434: warning: variable ‘it’ set but not used [-Wunused-but-set-variable] ClientGrpMap::iterator it = mClientGrpUpdateMap.find(peerFrom);