GNOME Bugzilla – Bug 795429
glib-genmarshal shows redundant "time" warning message against combination with --header and --body option
Last modified: 2018-04-23 15:26:52 UTC
Created attachment 371199 [details] [review] Path to fix redundant time from glib-genmarshal glib-genmarshal shows redundant "time" warning message against combination with --header and --body option. Here is the actual message when --header and --body was specified at the same time. glib-genmarshal ../gcutter/gcut-marshalers.list --header --body --prefix=_gcut_marshal > gcut-marshalers.c WARNING: Using --header and --body at the same time time is deprecated; use --body --prototypes instead Actual: WARNING: Using --header and --body at the same time time is deprecated; use --body --prototypes instead Expected: WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
Thanks, but we'd need a Git-formatted patch to preserve attribution to you (without undue hassle).
Created attachment 371200 [details] [review] Patch to fix redundant time from glib-genmarshal I've attached the patch.
Review of attachment 371200 [details] [review]: Great, thanks.
Pushed to master, thanks.
And pushed to glib-2-56 too: 807648663 (HEAD -> master, origin/master, origin/HEAD) gobject: Fix redundant warning message in glib-genmarshal 926a5c5e5 (HEAD -> glib-2-56, origin/glib-2-56) gobject: Fix redundant warning message in glib-genmarshal