Fix more issues found by cppcheck.
This commit is contained in:
@ -93,7 +93,7 @@ private:
|
||||
|
||||
PathMD5() {}
|
||||
|
||||
PathMD5(const Vector<uint8_t> &p_buf) {
|
||||
explicit PathMD5(const Vector<uint8_t> &p_buf) {
|
||||
a = *((uint64_t *)&p_buf[0]);
|
||||
b = *((uint64_t *)&p_buf[8]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user