
According to Chris Lalancette on 2/25/2010 12:48 PM:
While building under RHEL-5, I got a compile warning because virDomainObjFormat was defined but not used. That came about because in RHEL-5 we build with "#define PROXY", and virDomainObjFormat is only used with !PROXY. Move the define.
ACK.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
Is there a project policy on Signed-off-by lines? According to the git documentation, it only means something if everyone agrees on what it means (on one extreme, the kernel uses it to track that contributions are not license-encumbered, as well as treating it as an audit trail of who has touched the commit; on the other extreme, coreutils avoids it altogether, on the assumption that no one has commit rights without first assigning copyright). Right now, 'git log' makes it look like libvirt's S-o-b usage is ad hoc, according to the contributor's habits. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org