warning suppression

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2406 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-23 21:55:29 +00:00
parent 0d67e991e3
commit 5acc8411e5
6 changed files with 35 additions and 28 deletions

View file

@ -2599,6 +2599,7 @@ bool p3GroupDistrib::locked_updateChildTS(GroupInfo &gi, RsDistribMsg *msg)
parent->childTS = updateTS;
msg = parent;
}
return false ;
}