Cleanup, warning removal, cppcheck informed cleanup.

This commit is contained in:
Adam Ierymenko
2019-08-14 10:35:57 -07:00
parent a028e04ab9
commit d7a31088ba
43 changed files with 398 additions and 668 deletions

View File

@ -65,7 +65,7 @@ class Tag : public Credential
public:
static inline Credential::Type credentialType() { return Credential::CREDENTIAL_TYPE_TAG; }
Tag() :
inline Tag() :
_id(0),
_value(0),
_networkId(0),
@ -81,7 +81,7 @@ public:
* @param id Tag ID
* @param value Tag value
*/
Tag(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id,const uint32_t value) :
inline Tag(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id,const uint32_t value) :
_id(id),
_value(value),
_networkId(nwid),