Removed explicit usage of the 'register' keyword.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1de4669843)
r14.0.x
Michele Calgaro 4 years ago
parent 4e6a9cb4c9
commit 3e5a6c8700
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