Address a few compiler warnings
Change-Id: I6e063fba8d58c8c53da6bca6292c84e3392aee50
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ int twrpDigest::write_md5digest(void) {
|
||||
}
|
||||
|
||||
int twrpDigest::read_md5digest(void) {
|
||||
int i = 0;
|
||||
size_t i = 0;
|
||||
bool foundMd5File = false;
|
||||
string md5file = "";
|
||||
vector<string> md5ext;
|
||||
|
||||
Reference in New Issue
Block a user