fixed some of the issues reported by coverity scan (mainly uninitialised class members)

This commit is contained in:
csoler 2016-01-01 22:36:07 -05:00
parent ab3939cd9a
commit b6b5f9cd17
5 changed files with 416 additions and 389 deletions

View file

@ -41,6 +41,8 @@ public:
struct ReputationInfo
{
ReputationInfo() : mOwnOpinion(OPINION_NEUTRAL), mOverallReputationScore(REPUTATION_THRESHOLD_DEFAULT), mFriendAverage(REPUTATION_THRESHOLD_DEFAULT),mAssessment(ASSESSMENT_OK){}
RsReputations::Opinion mOwnOpinion ;
float mOverallReputationScore ;
float mFriendAverage ;