GNOME Bugzilla – Bug 769971
META_PLUGIN_DECLARE contains an old-style definition
Last modified: 2016-08-16 12:02:16 UTC
Created attachment 333400 [details] [review] META_PLUGIN_DECLARE: don't emit an old-style definition An empty argument list means "unspecified arguments", and not "no arguments" like it does in C++. If an implementer of Mutter plugins uses gcc -Wold-style-definition, as configured by AX_COMPILER_FLAGS_CFLAGS, they will get warnings about this.
Review of attachment 333400 [details] [review]: LGTM
Thanks, fixed in git for 3.21.5, eb7f332