aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-02-06 20:06:37 -0700
committerEric Blake <eblake@redhat.com>2012-02-06 20:06:37 -0700
commit32b2e5a8b2bfd2d84c2f78aa54fc91ddc589a5fd (patch)
tree549eebaeed8122fca001bf937667753b74a5044f /python/Makefile.am
parentClarify the purpose of domxml-from-native (diff)
downloadlibvirt-32b2e5a8b2bfd2d84c2f78aa54fc91ddc589a5fd.tar.gz
libvirt-32b2e5a8b2bfd2d84c2f78aa54fc91ddc589a5fd.tar.bz2
libvirt-32b2e5a8b2bfd2d84c2f78aa54fc91ddc589a5fd.zip
build: avoid gcc 4.7 warning about inlines
gcc 4.7 complains: util/virhashcode.c:49:17: error: always_inline function might not be inlinable [-Werror=attributes] util/virhashcode.c:35:17: error: always_inline function might not be inlinable [-Werror=attributes] Normal 'inline' is a hint that the compiler may ignore; the fact that the function is static is good enough. We don't care if the compiler decided not to inline after all. * src/util/virhashcode.c (getblock, fmix): Relax attribute.
Diffstat (limited to 'python/Makefile.am')
0 files changed, 0 insertions, 0 deletions