Bug 666646 - Part 2: Cherrypick -Wdeprecated-register warning fix from upstream google-breakpad. r=ed

This commit is contained in:
Chris Peterson 2014-05-29 21:17:14 -07:00
parent 60c8fc40f6
commit 1c950ef37a

View File

@ -166,7 +166,7 @@ void MD5Final(unsigned char digest[16], struct MD5Context *ctx)
*/
static void MD5Transform(u32 buf[4], u32 const in[16])
{
register u32 a, b, c, d;
u32 a, b, c, d;
a = buf[0];
b = buf[1];