mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-03 13:43:03 -04:00
removed some compilation warnings
This commit is contained in:
parent
3cfd976c0e
commit
59d4c2c829
2 changed files with 0 additions and 2 deletions
|
@ -101,7 +101,6 @@ bool p3GxsTunnelService::registerClientService(uint32_t service_id,RsGxsTunnelSe
|
||||||
|
|
||||||
int p3GxsTunnelService::tick()
|
int p3GxsTunnelService::tick()
|
||||||
{
|
{
|
||||||
static time_t last_dump = 0 ;
|
|
||||||
|
|
||||||
#ifdef DEBUG_GXS_TUNNEL
|
#ifdef DEBUG_GXS_TUNNEL
|
||||||
time_t now = time(NULL);
|
time_t now = time(NULL);
|
||||||
|
|
|
@ -354,7 +354,6 @@ int p3MsgService::checkOutgoingMessages()
|
||||||
* if online, send
|
* if online, send
|
||||||
*/
|
*/
|
||||||
|
|
||||||
time_t now = time(NULL);
|
|
||||||
bool changed = false ;
|
bool changed = false ;
|
||||||
std::list<RsMsgItem*> output_queue ;
|
std::list<RsMsgItem*> output_queue ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue