Re: [Qemu-devel] [PATCH] monitor: Add missing attributes to local function

2013-08-26 Thread Luiz Capitulino
On Thu, 22 Aug 2013 21:30:09 +0200 Stefan Weil wrote: > Function expr_error gets a format string and variable arguments like printf. > It also never returns. Add the necessary attributes. > > Signed-off-by: Stefan Weil Applied to the qmp branch, thanks. > --- > monitor.c |3 ++- > 1 file

[Qemu-devel] [PATCH] monitor: Add missing attributes to local function

2013-08-22 Thread Stefan Weil
Function expr_error gets a format string and variable arguments like printf. It also never returns. Add the necessary attributes. Signed-off-by: Stefan Weil --- monitor.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monitor.c b/monitor.c index da9c9a2..6413d44 100644