* src/xend_internal.c (sexpr_get): Declare with gcc's printf
attribute. (Jim Meyering)
+Wed Oct 17 11:27:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+
+ * src/xend_internal.c (sexpr_get): Declare with gcc's printf
+ attribute. (Jim Meyering)
+
Mon Oct 15 17:35:00 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* src/driver.h, src/libvirt.c, include/libvirt/libvirt.h.in,
*
* Returns a parsed S-Expression in case of success, NULL in case of failure
*/
+static struct sexpr *sexpr_get(virConnectPtr xend, const char *fmt, ...)
+ ATTRIBUTE_FORMAT(printf,2,3);
+
static struct sexpr *
sexpr_get(virConnectPtr xend, const char *fmt, ...)
{