mirror of https://github.com/GNOME/gimp.git
app, libgimp*: glib-genmarshal warns about --header --body
Using --header --body is mentioned as being deprecated, the way to get the desired result said to be --prototypes --body now.
This commit is contained in:
parent
48ff5313c3
commit
530dc883ca
|
@ -539,7 +539,7 @@ gimpmarshal.h: $(srcdir)/gimpmarshal.list
|
|||
&& rm -f xgen-gmh xgen-gmh~
|
||||
|
||||
gimpmarshal.c: gimpmarshal.h
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --header --body >> xgen-gmc \
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=gimp_marshal $(srcdir)/gimpmarshal.list --prototypes --body >> xgen-gmc \
|
||||
&& cp xgen-gmc $(@F) \
|
||||
&& rm -f xgen-gmc xgen-gmc~
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@ gimpuimarshal.h: $(srcdir)/gimpuimarshal.list
|
|||
&& rm -f xgen-umh xgen-umh~
|
||||
|
||||
gimpuimarshal.c: gimpuimarshal.h
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --header --body >> xgen-umc \
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimpui_marshal $(srcdir)/gimpuimarshal.list --prototypes --body >> xgen-umc \
|
||||
&& cp xgen-umc $(@F) \
|
||||
&& rm -f xgen-umc xgen-umc~
|
||||
|
||||
|
|
|
@ -203,7 +203,7 @@ gimpwidgetsmarshal.h: $(srcdir)/gimpwidgetsmarshal.list
|
|||
&& rm -f xgen-wmh xgen-wmh~
|
||||
|
||||
gimpwidgetsmarshal.c: gimpwidgetsmarshal.h
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --header --body >> xgen-wmc \
|
||||
$(AM_V_GEN) $(GLIB_GENMARSHAL) --prefix=_gimp_widgets_marshal $(srcdir)/gimpwidgetsmarshal.list --prototypes --body >> xgen-wmc \
|
||||
&& cp xgen-wmc $(@F) \
|
||||
&& rm -f xgen-wmc xgen-wmc~
|
||||
|
||||
|
|
Loading…
Reference in New Issue