提交 4e04ee2d 编写于 作者: R Richard W.M. Jones

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)
上级 b4fab30b
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,
......
......@@ -690,6 +690,9 @@ xend_op(virConnectPtr xend, const char *name, const char *key, ...)
*
* 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, ...)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册