Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 4 years ago
parent c0a76d8e13
commit 1de4669843
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -209,7 +209,7 @@ gnome_keyring_md5_final (unsigned char digest[16], struct GnomeKeyringMD5Context
static void
gnome_keyring_md5_transform (guint32 buf[4], guint32 const in[16])
{
register guint32 a, b, c, d;
guint32 a, b, c, d;
a = buf[0];
b = buf[1];

Loading…
Cancel
Save