Fixed remaining cppcheck warnings and set max warnings to 0
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
ServerSideVDPM() { clear(); }
|
||||
ServerSideVDPM(): name_(""),tree_id_bits_(0) { clear(); }
|
||||
void clear();
|
||||
|
||||
const char* name() const { return name_; }
|
||||
|
||||
Reference in New Issue
Block a user