Michal Privoznik 0ad79c1d01 m4: Don't suggest attribute malloc
With glib inclusion, some of its functions have
__attribute__((__malloc__)) which make compiler realize we want
to use the same attribute for some trivial functions of ours. For
instance qemuDomainManagedSavePath(). I don't see any real
benefit into using the attribute, so disable that suggestion.

In fact, wrong use of the attribute may lead to mysterious bugs:

  https://gitlab.gnome.org/GNOME/glib/issues/1465

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
ACKed-by: Peter Krempa <pkrempa@redhat.com>
2019-10-18 10:55:36 +02:00
..
2017-05-26 11:37:44 +02:00
2018-08-06 11:50:53 +02:00
2019-04-15 11:09:10 +02:00
2018-06-05 14:32:03 +02:00
2013-08-22 16:17:35 +02:00
2019-04-12 09:16:08 +02:00
2019-07-08 12:01:27 +02:00