genmarshal: silence register storage class warnings
authorMichael Catanzaro <mcatanzaro@gnome.org>
Sun, 14 Jun 2015 03:52:33 +0000 (22:52 -0500)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Sun, 14 Jun 2015 04:09:24 +0000 (23:09 -0500)
commit9f90ee5eeccd47f39c7a03dcd786b125a19c195d
tree6bee2567b72d25ef6fb6083799a9c620bd2171d1
parent0d6e200384c8c2fb172273dcfaa6a48bc357d4a3
genmarshal: silence register storage class warnings

Using the register keyword triggers warnings on noteworthy compilers
(clang), since it's deprecated in C++ and at danger of being removed
from the language. There is no reason to use it since it isn't 1980
anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=750918
gobject/glib-genmarshal.c