mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-19 03:18:15 -04:00
Fix Some gcc warnings 383 to 208 lines
Left explicit #warning and deprecated. Some lines are wrong indented and produce mal formed code.
This commit is contained in:
parent
74aa55e347
commit
674b6de381
63 changed files with 379 additions and 346 deletions
|
@ -578,9 +578,9 @@ int pqiperson::gatherStatistics(std::list<RSTrafficClue>& out_lst,
|
|||
{
|
||||
RS_STACK_MUTEX(mPersonMtx);
|
||||
|
||||
// get the rate from the active one.
|
||||
if ((!active) || (activepqi == NULL))
|
||||
return 0;
|
||||
// Get the rate from the active one.
|
||||
if( (!active) || (activepqi == NULL) )
|
||||
return 0 ;
|
||||
|
||||
return activepqi->gatherStatistics(out_lst, in_lst);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue