mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 05:22:31 -04:00
Fixed some compiler warnings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a6e315db54
commit
27d72c6fba
17 changed files with 32 additions and 25 deletions
|
@ -170,7 +170,7 @@ class SignatureEventData
|
|||
free(data) ;
|
||||
}
|
||||
|
||||
bool performSignature()
|
||||
void performSignature()
|
||||
{
|
||||
if(rsPeers->gpgSignData(data,len,sign,signlen))
|
||||
signature_result = 1 ;
|
||||
|
@ -463,7 +463,8 @@ void NotifyQt::notifyChatLobbyTimeShift(int shift)
|
|||
#endif
|
||||
emit chatLobbyTimeShift(shift) ;
|
||||
}
|
||||
void NotifyQt::handleChatLobbyTimeShift(int shift)
|
||||
|
||||
void NotifyQt::handleChatLobbyTimeShift(int /*shift*/)
|
||||
{
|
||||
static bool already = false ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue