GNOME Bugzilla – Bug 750918
genmarshal: silence register storage class warnings
Last modified: 2015-06-14 16:55:33 UTC
Clang has a -Wdeprecated-register warning that would be nice to not trigger needlessly.
Created attachment 305223 [details] [review] 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.
Review of attachment 305223 [details] [review]: Yes.
Attachment 305223 [details] pushed as 9f90ee5 - genmarshal: silence register storage class warnings