Kaydet (Commit) fcc44a68 authored tarafından Caolán McNamara's avatar Caolán McNamara

CLang++ Dead increment

üst 684be0a6
...@@ -706,7 +706,7 @@ static void __rtl_digest_endMD5 (DigestContextMD5 *ctx) ...@@ -706,7 +706,7 @@ static void __rtl_digest_endMD5 (DigestContextMD5 *ctx)
case 0: X[i] = ((sal_uInt32)(*(p++))) << 0L; case 0: X[i] = ((sal_uInt32)(*(p++))) << 0L;
case 1: X[i] |= ((sal_uInt32)(*(p++))) << 8L; case 1: X[i] |= ((sal_uInt32)(*(p++))) << 8L;
case 2: X[i] |= ((sal_uInt32)(*(p++))) << 16L; case 2: X[i] |= ((sal_uInt32)(*(p++))) << 16L;
case 3: X[i] |= ((sal_uInt32)(*(p++))) << 24L; case 3: X[i] |= ((sal_uInt32)(*p)) << 24L;
} }
i += 1; i += 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment