On Monday 09 November 2015 23:02:15 Richard W.M. Jones wrote:
After fixing some warnings (see prior commits), we can now enable
them in configure.ac.
---
[...]
-nw="$nw -Winline" # daemon.h's asprintf_nowarn
Disabling -Winline causes the Python binding code to fail with build
with GCC < 4.9, because of the static inline functions in
python/guestfs-py.h. See for example on CentOS 7.1 and openSUSE 13.1:
https://ci.centos.org/view/libguestfs/job/libguestfs/label=libguestfs-ci-...
https://ci.centos.org/view/libguestfs/job/libguestfs/label=libguestfs-ci-...
Would it be acceptable to de-inline them into normal functions?
--
Pino Toscano